Closed NoahSprenger closed 9 months ago
#[panic_handler] fn panic(panic: &core::panic::PanicInfo) -> ! { // handle here }
This panic handler should try and restart the system or handle the panic and if possible log the panic.
#[panic_handler] fn panic(panic: &core::panic::PanicInfo) -> ! { // handle here }
This panic handler should try and restart the system or handle the panic and if possible log the panic.