Update crates and adapt example code
This commit is contained in:
@@ -10,7 +10,7 @@ use cortex_m_semihosting::{debug, hprintln};
|
||||
|
||||
#[entry]
|
||||
fn main() -> ! {
|
||||
hprintln!("Hello, world!").unwrap();
|
||||
hprintln!("Hello, world!");
|
||||
|
||||
// exit QEMU
|
||||
// NOTE do not run this on hardware; it can corrupt OpenOCD state
|
||||
|
||||
Reference in New Issue
Block a user