pub fn run()Expand description
Start audio (if enabled) and the RTOS scheduler. Blocks forever.
This function must be called at the end of ove_main (or the function
annotated with #[ove::main]). It transfers control to the RTOS
and never returns.