Skip to content

Commit d5f244c

Browse files
committed
Get rid of semihosting panic handler
Signed-off-by: Daniel Egger <[email protected]>
1 parent 40bd00d commit d5f244c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/usb_serial.rs

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

6-
use panic_semihosting as _;
6+
use panic_halt as _;
77

88
use cortex_m_rt::entry;
99
use stm32f4xx_hal::otg_fs::{UsbBus, USB};

0 commit comments

Comments
 (0)