pub(crate) static FIRST_PREEMPT_LOGGED: [AtomicBool; 32]Expand description
One-shot flag per CPU: set to true after the first preemption is logged. Prevents flooding the serial port with a preempt trace on every tick.
pub(crate) static FIRST_PREEMPT_LOGGED: [AtomicBool; 32]One-shot flag per CPU: set to true after the first preemption is logged. Prevents flooding the serial port with a preempt trace on every tick.