From 75b2a8389fdac162b0fac9485e26150300871a04 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Tue, 27 Dec 2011 11:40:52 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3661 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/ports/GCC/ARMCMx/chcore_v7m.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'os') 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 -- cgit v1.2.3