解决看门狗异常

This commit is contained in:
zqm
2026-04-01 13:57:22 +08:00
parent 81f91b6489
commit cf45b56ac6
15 changed files with 622 additions and 2532 deletions

View File

@@ -16,9 +16,8 @@ fn panic(_info: &core::panic::PanicInfo) -> ! {
#[no_mangle]
extern "C" fn rust_app_main() {
loop {
core::hint::spin_loop();
}
// 初始化代码
return;
}
#[export_name = "rust_usb_callback"]