From 1bb7432aa03a03b78dfca729603a162812cfd6da Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sat, 11 May 2013 08:59:11 +0000 Subject: [PATCH] git-svn-id: svn://svn.code.sf.net/p/chibios/svn/branches/stable_2.4.x@5704 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- demos/ARMCM4-STM32F407-DISCOVERY/chconf.h | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/demos/ARMCM4-STM32F407-DISCOVERY/chconf.h b/demos/ARMCM4-STM32F407-DISCOVERY/chconf.h index cc866e3cc..32d3b36a8 100644 --- a/demos/ARMCM4-STM32F407-DISCOVERY/chconf.h +++ b/demos/ARMCM4-STM32F407-DISCOVERY/chconf.h @@ -537,6 +537,10 @@ /* Port-specific settings (override port settings defaulted in chcore.h). */ /*===========================================================================*/ +/* NOTE: When changing this option you also have to enable or disable the FPU + in the project options.*/ +#define CORTEX_USE_FPU FALSE + #endif /* _CHCONF_H_ */ /** @} */