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/ARMCM3 | |
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/ARMCM3')
-rw-r--r-- | ports/ARMCM3/chcore.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/ARMCM3/chcore.h b/ports/ARMCM3/chcore.h index 6474d91d0..c11b948eb 100644 --- a/ports/ARMCM3/chcore.h +++ b/ports/ARMCM3/chcore.h @@ -27,7 +27,7 @@ #define BASEPRI_KERNEL 0x10 /* BASEPRI level within kernel lock. */ #define ENABLE_WFI_IDLE 0 /* Enables the use of the WFI ins. */ -/** +/* * Macro defining the ARM Cortex-M3 architecture. */ #define CH_ARCHITECTURE_ARMCM3 |