First Try

This commit is contained in:
2025-07-20 01:12:47 +02:00
parent d948ad81aa
commit 0d0dc3092f
7 changed files with 118 additions and 4 deletions

View File

@@ -57,7 +57,6 @@ pub fn print_u32(mut val: u32) {
let s = str::from_utf8(&data).unwrap();
print(s);
}
print("\r\n");
}
/// Initialize UART peripheral