run

Function run 

Source
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 passed to the main! macro). It transfers control to the RTOS and never returns.