pub fn run()
Start audio (if enabled) and the RTOS scheduler. Blocks forever.
This function must be called at the end of ove_main (or the function passed to the main! macro). It transfers control to the RTOS and never returns.
ove_main
main!