summaryrefslogtreecommitdiffstatshomepage
path: root/ports/pic16bit/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'ports/pic16bit/main.c')
-rw-r--r--ports/pic16bit/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/pic16bit/main.c b/ports/pic16bit/main.c
index b1fe7321f0..437f91ca7c 100644
--- a/ports/pic16bit/main.c
+++ b/ports/pic16bit/main.c
@@ -121,7 +121,7 @@ void nlr_jump_fail(void *val) {
}
}
-void NORETURN __fatal_error(const char *msg) {
+void MP_NORETURN __fatal_error(const char *msg) {
while (1) {
;
}