Skip to content

Instantly share code, notes, and snippets.

@mvirkkunen
Created October 8, 2020 21:11
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mvirkkunen/83ec3290caa3b4ab107d83d7a60842af to your computer and use it in GitHub Desktop.
Save mvirkkunen/83ec3290caa3b4ab107d83d7a60842af to your computer and use it in GitHub Desktop.
#[idle]
fn idle(_: idle::Context) -> ! {
loop {
core::sync::atomic::spin_loop_hint();
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment