aboutsummaryrefslogtreecommitdiffstats
path: root/ports/MSP430/chcore.h
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-01-19 20:56:24 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-01-19 20:56:24 +0000
commitb1d77bf4bc7fb6e89b5280d99f401caa50c8a0d8 (patch)
tree340e7d8434bd5937b3fe3203fa9d280e587b8783 /ports/MSP430/chcore.h
parentbd996b1663e9a10aad21ec395eab944a98f3a905 (diff)
downloadChibiOS-b1d77bf4bc7fb6e89b5280d99f401caa50c8a0d8.tar.gz
ChibiOS-b1d77bf4bc7fb6e89b5280d99f401caa50c8a0d8.tar.bz2
ChibiOS-b1d77bf4bc7fb6e89b5280d99f401caa50c8a0d8.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@648 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'ports/MSP430/chcore.h')
-rw-r--r--ports/MSP430/chcore.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/MSP430/chcore.h b/ports/MSP430/chcore.h
index ee184be53..1111118d7 100644
--- a/ports/MSP430/chcore.h
+++ b/ports/MSP430/chcore.h
@@ -157,7 +157,7 @@ struct context {
/**
* IRQ handler function modifier.
*/
-#define PORT_IRQ_HANDLER(id) interrupt void id(void)
+#define PORT_IRQ_HANDLER(id) interrupt(id) _vect_##id(void)
/**
* This function is empty in this port.