diff options
Diffstat (limited to 'cortex-m-rt/examples/device.rs')
-rw-r--r-- | cortex-m-rt/examples/device.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cortex-m-rt/examples/device.rs b/cortex-m-rt/examples/device.rs index 950a564..dc1c738 100644 --- a/cortex-m-rt/examples/device.rs +++ b/cortex-m-rt/examples/device.rs @@ -6,7 +6,7 @@ #![no_std] extern crate cortex_m_rt as rt; -extern crate panic_semihosting; +extern crate panic_halt; use rt::entry; |