Skip to content

Commit 33aa012

Browse files
committed
Fix broken ci build
This is the solution @eldurin had suggested.
1 parent f613e7a commit 33aa012

File tree

1 file changed

+1
-1
lines changed
  • src/07-registers/auxiliary/src

1 file changed

+1
-1
lines changed

src/07-registers/auxiliary/src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#![deny(warnings)]
44
#![no_std]
55

6-
extern crate panic_itm; // panic handler
6+
use panic_itm as _; // panic handler
77

88
pub use cortex_m::{asm::bkpt, iprint, iprintln, peripheral::ITM};
99
pub use cortex_m_rt::entry;

0 commit comments

Comments
 (0)