Blinky STM32F3-DISCOVERY

This commit is contained in:
2025-10-16 22:57:16 +02:00
parent ac02415275
commit 711ec0f93f
7 changed files with 97 additions and 21 deletions

View File

@@ -14,7 +14,7 @@ fn main() -> ! {
// exit QEMU
// NOTE do not run this on hardware; it can corrupt OpenOCD state
debug::exit(debug::EXIT_SUCCESS);
// debug::exit(debug::EXIT_SUCCESS);
loop {}
}