forked from M-Labs/thermostat
main: ignore warnings for now
This commit is contained in:
parent
99f7f2b548
commit
297e38e1cc
|
@ -1,6 +1,6 @@
|
|||
#![no_std]
|
||||
#![no_main]
|
||||
#![deny(warnings, unused)]
|
||||
// TODO: #![deny(warnings, unused)]
|
||||
|
||||
#[cfg(not(feature = "semihosting"))]
|
||||
use panic_abort as _;
|
||||
|
|
Loading…
Reference in New Issue