diff options
-rw-r--r-- | testhal/STM32F4xx/IRQ_STORM/chconf.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/testhal/STM32F4xx/IRQ_STORM/chconf.h b/testhal/STM32F4xx/IRQ_STORM/chconf.h index 9dd831c96..2b90b2192 100644 --- a/testhal/STM32F4xx/IRQ_STORM/chconf.h +++ b/testhal/STM32F4xx/IRQ_STORM/chconf.h @@ -530,6 +530,8 @@ /* Port-specific settings (override port settings defaulted in chcore.h). */
/*===========================================================================*/
+#define CORTEX_USE_FPU FALSE
+
#endif /* _CHCONF_H_ */
/** @} */
|