diff options
Diffstat (limited to 'ports/MSP430/chcore.h')
-rw-r--r-- | ports/MSP430/chcore.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/ports/MSP430/chcore.h b/ports/MSP430/chcore.h index 08240835a..ee184be53 100644 --- a/ports/MSP430/chcore.h +++ b/ports/MSP430/chcore.h @@ -155,10 +155,9 @@ struct context { }
/**
- * IRQ handler function modifier. Note, it just aliases the WinMSP "interrupt"
- * macro.
+ * IRQ handler function modifier.
*/
-#define PORT_IRQ_HANDLER interrupt
+#define PORT_IRQ_HANDLER(id) interrupt void id(void)
/**
* This function is empty in this port.
|