git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3661 35acf78f-673a-0410-8e92-d51de3d6d3f4

master
gdisirio 2011-12-27 11:40:52 +00:00
parent c2555f9e67
commit 75b2a8389f
1 changed files with 3 additions and 3 deletions

View File

@ -94,8 +94,8 @@
#endif #endif
/** /**
* @brief Simplified priority handling flag. * @brief FPU support in context switch.
* @details Activating this option will make the Kernel work in compact mode. * @details Activating this option activates the FPU support in the kernel.
*/ */
#if !defined(CORTEX_USE_FPU) #if !defined(CORTEX_USE_FPU)
#define CORTEX_USE_FPU CORTEX_HAS_FPU #define CORTEX_USE_FPU CORTEX_HAS_FPU
@ -107,7 +107,7 @@
/** /**
* @brief Simplified priority handling flag. * @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) #if !defined(CORTEX_SIMPLIFIED_PRIORITY)
#define CORTEX_SIMPLIFIED_PRIORITY FALSE #define CORTEX_SIMPLIFIED_PRIORITY FALSE