Updated schedule example with all combinations

This commit is contained in:
Emil Fresk 2021-03-20 08:38:37 +01:00
parent 53c407017f
commit 3adda3c766
4 changed files with 80 additions and 30 deletions

View file

@ -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};