diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2008-05-07 13:08:43 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2008-05-07 13:08:43 +0000 |
commit | f5551fd8d6e8b7db2537d8ec14b936d2ad897441 (patch) | |
tree | 0e79b0e34da06453d0c163afc04cfd7bcf05ae8e /ports/AVR | |
parent | d158e16ed86a5617ef748f69cede95a32a1526df (diff) | |
download | ChibiOS-f5551fd8d6e8b7db2537d8ec14b936d2ad897441.tar.gz ChibiOS-f5551fd8d6e8b7db2537d8ec14b936d2ad897441.tar.bz2 ChibiOS-f5551fd8d6e8b7db2537d8ec14b936d2ad897441.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@283 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'ports/AVR')
-rw-r--r-- | ports/AVR/chcore.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ports/AVR/chcore.h b/ports/AVR/chcore.h index eb7e334f6..cb2920a2d 100644 --- a/ports/AVR/chcore.h +++ b/ports/AVR/chcore.h @@ -20,6 +20,8 @@ #ifndef _CHCORE_H_
#define _CHCORE_H_
+#define CH_ARCHITECTURE_AVR
+
/*
* Interrupt saved context.
*/
|