stm32f1_hal/
os.rs

1#[inline(always)]
2pub fn yield_cpu() {
3    // TODO yield
4}