We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55b0f15 commit 93e1b89Copy full SHA for 93e1b89
ports/raspberrypi/supervisor/port.c
@@ -572,7 +572,7 @@ void port_idle_until_interrupt(void) {
572
/**
573
* \brief Default interrupt handler for unused IRQs.
574
*/
575
-extern void isr_hardfault(void); // provide a prototype to avoid a missing-prototypes diagnostic
+extern NORETURN void isr_hardfault(void); // provide a prototype to avoid a missing-prototypes diagnostic
576
__attribute__((used)) void __not_in_flash_func(isr_hardfault)(void) {
577
// Only safe mode from core 0 which is running CircuitPython. Core 1 faulting
578
// should not be fatal to CP. (Fingers crossed.)
0 commit comments