diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-12-27 15:13:04 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-12-27 15:13:04 +0000 |
commit | cbf66a1a809c9d65aba4d8bcb6ce631009ee5b35 (patch) | |
tree | e8ddcb8c774c2d1287f2ba2e8520c7f05b8039c0 /testhal | |
parent | 75b2a8389fdac162b0fac9485e26150300871a04 (diff) | |
download | ChibiOS-cbf66a1a809c9d65aba4d8bcb6ce631009ee5b35.tar.gz ChibiOS-cbf66a1a809c9d65aba4d8bcb6ce631009ee5b35.tar.bz2 ChibiOS-cbf66a1a809c9d65aba4d8bcb6ce631009ee5b35.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3662 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal')
-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_ */
/** @} */
|