aboutsummaryrefslogtreecommitdiffstats
path: root/ports/AVR
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-01-19 15:10:41 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-01-19 15:10:41 +0000
commit79089d6352e01e1e7c6c3f0a88266abbc9af6abb (patch)
tree0ad16ec06bc8f671018a82fb2360f0eefac1ca24 /ports/AVR
parent0810f1daac3c33d194d573d82ec436021e3e7255 (diff)
downloadChibiOS-79089d6352e01e1e7c6c3f0a88266abbc9af6abb.tar.gz
ChibiOS-79089d6352e01e1e7c6c3f0a88266abbc9af6abb.tar.bz2
ChibiOS-79089d6352e01e1e7c6c3f0a88266abbc9af6abb.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@644 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'ports/AVR')
-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.