diff options
author | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-03-21 14:11:07 +0000 |
---|---|---|
committer | Giovanni Di Sirio <gdisirio@gmail.com> | 2015-03-21 14:11:07 +0000 |
commit | d63045a31664f29ba638ca37c0aff4c84a0e0461 (patch) | |
tree | bdbc65500e4e68da49e40816e609b8379ef8b65c /demos | |
parent | 4990a4e03d386a9aeb9c06a8f05d8242bff0ddc9 (diff) | |
download | ChibiOS-d63045a31664f29ba638ca37c0aff4c84a0e0461.tar.gz ChibiOS-d63045a31664f29ba638ca37c0aff4c84a0e0461.tar.bz2 ChibiOS-d63045a31664f29ba638ca37c0aff4c84a0e0461.zip |
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7788 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos')
-rw-r--r-- | demos/STM32/NIL-STM32F100-DISCOVERY/Makefile | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/demos/STM32/NIL-STM32F100-DISCOVERY/Makefile b/demos/STM32/NIL-STM32F100-DISCOVERY/Makefile index 3348e562a..d667fa118 100644 --- a/demos/STM32/NIL-STM32F100-DISCOVERY/Makefile +++ b/demos/STM32/NIL-STM32F100-DISCOVERY/Makefile @@ -63,11 +63,6 @@ ifeq ($(USE_EXCEPTIONS_STACKSIZE),) USE_EXCEPTIONS_STACKSIZE = 0x400
endif
-# Enables the use of FPU on Cortex-M4.
-ifeq ($(USE_FPU),)
- USE_FPU = no
-endif
-
#
# Architecture or project specific options
##############################################################################
|