Skip to content

Commit 85c85dc

Browse files
committed
update the unsafety example
1 parent 85ba898 commit 85c85dc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cortex-m-rt/examples/unsafety.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
#![no_std]
66

77
extern crate cortex_m_rt;
8-
extern crate panic_semihosting;
8+
extern crate panic_halt;
99

1010
use cortex_m_rt::{entry, exception, ExceptionFrame};
1111

0 commit comments

Comments
 (0)