vex_sdk::system

Function vexSystemExitRequest

Source
pub unsafe fn vexSystemExitRequest()
Expand description

Exits the current user program, returning to the main program screen.

ยงSafety

Calls to jumptable functions are unsafe because jumptable functions are owned by VEXos and we cannot guarantee their safety.