diff options
Diffstat (limited to 'examples/big-struct-opt.rs')
-rw-r--r-- | examples/big-struct-opt.rs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/big-struct-opt.rs b/examples/big-struct-opt.rs index dc6e72f7..e6a5c172 100644 --- a/examples/big-struct-opt.rs +++ b/examples/big-struct-opt.rs @@ -6,7 +6,7 @@ #![no_main] #![no_std] -use panic_halt as _; +use panic_semihosting as _; /// Some big struct pub struct BigStruct { |