diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-12-24 16:44:02 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2011-12-24 16:44:02 +0000 |
commit | ffff188986d559ac06a4154473c27eef31365705 (patch) | |
tree | 53c34f42c5256f6245d9c7672983692d0abe4b00 /demos | |
parent | 695be13ece1e6b67e649fb5c09fc714300c92f56 (diff) | |
download | ChibiOS-ffff188986d559ac06a4154473c27eef31365705.tar.gz ChibiOS-ffff188986d559ac06a4154473c27eef31365705.tar.bz2 ChibiOS-ffff188986d559ac06a4154473c27eef31365705.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@3654 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos')
-rw-r--r-- | demos/ARMCM4-STM32F407-DISCOVERY/chconf.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/demos/ARMCM4-STM32F407-DISCOVERY/chconf.h b/demos/ARMCM4-STM32F407-DISCOVERY/chconf.h index 9dd831c96..2b90b2192 100644 --- a/demos/ARMCM4-STM32F407-DISCOVERY/chconf.h +++ b/demos/ARMCM4-STM32F407-DISCOVERY/chconf.h @@ -530,6 +530,8 @@ /* Port-specific settings (override port settings defaulted in chcore.h). */
/*===========================================================================*/
+#define CORTEX_USE_FPU FALSE
+
#endif /* _CHCONF_H_ */
/** @} */
|