Update crates and adapt example code

This commit is contained in:
andber1
2024-12-12 15:26:42 +01:00
committed by Alex Martens
parent a34dd4f1c5
commit 0f9748a5e1
6 changed files with 25 additions and 29 deletions

View File

@@ -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