fix tests

pull/20/head
Astro 2020-09-18 00:23:30 +02:00
parent ba84295ec5
commit 83a209397e
1 changed files with 1 additions and 1 deletions

View File

@ -5,7 +5,7 @@
#[cfg(not(any(feature = "semihosting", test)))]
use panic_abort as _;
#[cfg(any(feature = "semihosting", not(test)))]
#[cfg(all(feature = "semihosting", not(test)))]
use panic_semihosting as _;
use log::{info, warn};