diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-12-27 11:40:52 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-12-27 11:40:52 +0000 |
commit | 75b2a8389fdac162b0fac9485e26150300871a04 (patch) | |
tree | 3b785b1fb097cbec1af363b4f59d6669956d6435 /os/ports | |
parent | c2555f9e67523c1545b691530622297500c6ec0c (diff) | |
download | ChibiOS-75b2a8389fdac162b0fac9485e26150300871a04.tar.gz ChibiOS-75b2a8389fdac162b0fac9485e26150300871a04.tar.bz2 ChibiOS-75b2a8389fdac162b0fac9485e26150300871a04.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3661 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/ports')
-rw-r--r-- | os/ports/GCC/ARMCMx/chcore_v7m.h | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/os/ports/GCC/ARMCMx/chcore_v7m.h b/os/ports/GCC/ARMCMx/chcore_v7m.h index 7fd763a7d..4ea70b8fb 100644 --- a/os/ports/GCC/ARMCMx/chcore_v7m.h +++ b/os/ports/GCC/ARMCMx/chcore_v7m.h @@ -94,8 +94,8 @@ #endif
/**
- * @brief Simplified priority handling flag.
- * @details Activating this option will make the Kernel work in compact mode.
+ * @brief FPU support in context switch.
+ * @details Activating this option activates the FPU support in the kernel.
*/
#if !defined(CORTEX_USE_FPU)
#define CORTEX_USE_FPU CORTEX_HAS_FPU
@@ -107,7 +107,7 @@ /**
* @brief Simplified priority handling flag.
- * @details Activating this option will make the Kernel work in compact mode.
+ * @details Activating this option makes the Kernel work in compact mode.
*/
#if !defined(CORTEX_SIMPLIFIED_PRIORITY)
#define CORTEX_SIMPLIFIED_PRIORITY FALSE
|