forked from M-Labs/ionpak-thermostat
rm unused test dependency
This commit is contained in:
parent
f3664f01be
commit
8d01ca8d20
|
@ -2,9 +2,6 @@
|
||||||
#![cfg_attr(not(test), no_std)]
|
#![cfg_attr(not(test), no_std)]
|
||||||
#![cfg_attr(not(test), no_main)]
|
#![cfg_attr(not(test), no_main)]
|
||||||
|
|
||||||
#[cfg(not(test))]
|
|
||||||
extern crate std;
|
|
||||||
|
|
||||||
use cortex_m_rt::entry;
|
use cortex_m_rt::entry;
|
||||||
use core::fmt::{self, Write};
|
use core::fmt::{self, Write};
|
||||||
use smoltcp::time::Instant;
|
use smoltcp::time::Instant;
|
||||||
|
|
Loading…
Reference in New Issue