fix tests

This commit is contained in:
Jorge Aparicio
2018-05-12 20:49:12 +02:00
parent 0f139c386b
commit 66c0c588b0
4 changed files with 12 additions and 20 deletions

View File

@@ -18,6 +18,7 @@ extern crate cortex_m_rt as rt;
extern crate panic_semihosting;
// Logs panic messages using the ITM (Instrumentation Trace Macrocell)
// NOTE to use this you need to uncomment the `panic-itm` dependency in Cargo.toml
// extern crate panic_itm;
use rt::ExceptionFrame;