diff options
Diffstat (limited to 'ports/alif/main.c')
| -rw-r--r-- | ports/alif/main.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/alif/main.c b/ports/alif/main.c index fd35604cb..478361135 100644 --- a/ports/alif/main.c +++ b/ports/alif/main.c @@ -56,7 +56,7 @@ extern uint8_t __StackTop, __StackLimit; extern uint8_t __GcHeapStart, __GcHeapEnd; -NORETURN void panic(const char *msg) { +MP_NORETURN void panic(const char *msg) { mp_hal_stdout_tx_strn("\nFATAL ERROR:\n", 14); mp_hal_stdout_tx_strn(msg, strlen(msg)); for (;;) { |
