forked from M-Labs/thermostat
fix tests
This commit is contained in:
parent
ba84295ec5
commit
83a209397e
|
@ -5,7 +5,7 @@
|
||||||
|
|
||||||
#[cfg(not(any(feature = "semihosting", test)))]
|
#[cfg(not(any(feature = "semihosting", test)))]
|
||||||
use panic_abort as _;
|
use panic_abort as _;
|
||||||
#[cfg(any(feature = "semihosting", not(test)))]
|
#[cfg(all(feature = "semihosting", not(test)))]
|
||||||
use panic_semihosting as _;
|
use panic_semihosting as _;
|
||||||
|
|
||||||
use log::{info, warn};
|
use log::{info, warn};
|
||||||
|
|
Loading…
Reference in New Issue