We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 09598ad commit a599039Copy full SHA for a599039
examples/lm3s6965/examples/spawn_local.rs
@@ -5,7 +5,7 @@ use panic_semihosting as _;
5
6
#[rtic::app(device = lm3s6965, dispatchers = [SSI0])]
7
mod app {
8
- use cortex_m_semihosting::hprintln;
+ use cortex_m_semihosting::{debug, hprintln};
9
use super::*;
10
11
#[shared]
0 commit comments