Function kubos_app::app_start[][src]

pub fn app_start(_pid: u32, handler: &AppHandler) -> Result<(), Error>

The entry point for all KubOS applications. The preferred way to use this application is through the app_main! macro