Review fixes

This commit is contained in:
Emil Fresk 2021-02-25 17:32:12 +01:00
parent 70ea278f86
commit 767d46e05b
4 changed files with 5 additions and 9 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};