git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3661 35acf78f-673a-0410-8e92-d51de3d6d3f4
parent
c2555f9e67
commit
75b2a8389f
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue