aboutsummaryrefslogtreecommitdiffstats
path: root/ports/AVR/chcore.h
diff options
context:
space:
mode:
Diffstat (limited to 'ports/AVR/chcore.h')
-rw-r--r--ports/AVR/chcore.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/ports/AVR/chcore.h b/ports/AVR/chcore.h
index 141255d8b..ab2d2f6d5 100644
--- a/ports/AVR/chcore.h
+++ b/ports/AVR/chcore.h
@@ -188,10 +188,10 @@ asm ("" : : : "r18", "r19", "r20", "r21", "r22", "r23", "r24", \
}
/**
- * IRQ handler function modifier. Note, it just aliases the WinAVR "ISR"
+ * IRQ handler function declaration. Note, it just aliases the WinAVR "ISR"
* macro.
*/
-#define PORT_IRQ_HANDLER ISR
+#define PORT_IRQ_HANDLER(id) ISR(id)
/**
* This function is empty in this port.