askrodney what happens if you put one of these in the body of the loop? ```rust loop { core::sync::atomic::fence(core::sync::atomic::Ordering::SeqCst); } ``` or ```rust loop { cortex_m::asm::nop(); } ```