aboutsummaryrefslogtreecommitdiffstats
path: root/os/ports/IAR
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-06-02 08:59:32 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2011-06-02 08:59:32 +0000
commit2c02959951403cbf2ed9d2fe425d05bab1b3cea3 (patch)
tree7667db1c0ffaeca78c838726e1fde3b5c68ca604 /os/ports/IAR
parenta8e9f2ed9c757eb9c33701ae8927dbfbf1121846 (diff)
downloadChibiOS-2c02959951403cbf2ed9d2fe425d05bab1b3cea3.tar.gz
ChibiOS-2c02959951403cbf2ed9d2fe425d05bab1b3cea3.tar.bz2
ChibiOS-2c02959951403cbf2ed9d2fe425d05bab1b3cea3.zip
Compact mode implemented and tested for RVCT too.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3007 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/ports/IAR')
-rw-r--r--os/ports/IAR/ARMCMx/chcoreasm_v7m.s3
1 files changed, 1 insertions, 2 deletions
diff --git a/os/ports/IAR/ARMCMx/chcoreasm_v7m.s b/os/ports/IAR/ARMCMx/chcoreasm_v7m.s
index f64eec746..65531ff8c 100644
--- a/os/ports/IAR/ARMCMx/chcoreasm_v7m.s
+++ b/os/ports/IAR/ARMCMx/chcoreasm_v7m.s
@@ -24,8 +24,7 @@
PRESERVE8
/*
- * Imports the Cortex-Mx configuration header and performs the same calculations
- * done in chcore.h.
+ * Imports the Cortex-Mx configuration headers.
*/
#define _FROM_ASM_
#include "chconf.h"