mirror of
https://github.com/rtic-rs/rtic.git
synced 2025-12-18 22:05:37 +01:00
Updated schedule example with all combinations
This commit is contained in:
parent
53c407017f
commit
3adda3c766
4 changed files with 80 additions and 30 deletions
|
|
@ -32,7 +32,7 @@
|
|||
#![deny(missing_docs)]
|
||||
#![deny(rust_2018_compatibility)]
|
||||
#![deny(rust_2018_idioms)]
|
||||
// #![deny(warnings)]
|
||||
#![deny(warnings)]
|
||||
#![no_std]
|
||||
|
||||
use cortex_m::{interrupt::InterruptNumber, peripheral::NVIC};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue