diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2008-11-29 13:57:06 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2008-11-29 13:57:06 +0000 |
commit | 21c82221ac2b03ff34f3e9aa0e6f2412d0cd9fe2 (patch) | |
tree | a36caa4b006dc5e760a29d3f0b0ff5cd605dcc00 /ports/AVR | |
parent | 49c92fbbb028a3fd0518473d39519572ff10141b (diff) | |
download | ChibiOS-21c82221ac2b03ff34f3e9aa0e6f2412d0cd9fe2.tar.gz ChibiOS-21c82221ac2b03ff34f3e9aa0e6f2412d0cd9fe2.tar.bz2 ChibiOS-21c82221ac2b03ff34f3e9aa0e6f2412d0cd9fe2.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@526 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'ports/AVR')
-rw-r--r-- | ports/AVR/chcore.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/AVR/chcore.h b/ports/AVR/chcore.h index 534575874..421c9028f 100644 --- a/ports/AVR/chcore.h +++ b/ports/AVR/chcore.h @@ -20,7 +20,7 @@ #ifndef _CHCORE_H_
#define _CHCORE_H_
-/**
+/*
* Macro defining the AVR architecture.
*/
#define CH_ARCHITECTURE_AVR
|