Skip to content

Commit a599039

Browse files
committed
Fix example
1 parent 09598ad commit a599039

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/lm3s6965/examples/spawn_local.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ use panic_semihosting as _;
55

66
#[rtic::app(device = lm3s6965, dispatchers = [SSI0])]
77
mod app {
8-
use cortex_m_semihosting::hprintln;
8+
use cortex_m_semihosting::{debug, hprintln};
99
use super::*;
1010

1111
#[shared]

0 commit comments

Comments
 (0)