[][src]Static cortexm_threads::ERR_TOO_MANY_THREADS

pub static  ERR_TOO_MANY_THREADS: u8

Returned by create_thread or create_thread_with_config as Err(ERR_TOO_MANY_THREADS) if creating a thread will cause more than 32 threads to exist (inclusing the idle thread) created by this library