diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-11-28 14:21:34 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-11-28 14:21:34 +0000 |
commit | ef0b196ab912a89d2923264bf5a8b2b492b15cba (patch) | |
tree | 739fb87dd78c6e8251c9caf783c8dcf98712c3cb /testhal/STM32/SPI/Makefile | |
parent | 718f2d0cd19fa854b859fc5390930c2c5c3c5216 (diff) | |
download | ChibiOS-ef0b196ab912a89d2923264bf5a8b2b492b15cba.tar.gz ChibiOS-ef0b196ab912a89d2923264bf5a8b2b492b15cba.tar.bz2 ChibiOS-ef0b196ab912a89d2923264bf5a8b2b492b15cba.zip |
Removed obsolete options from some makefiles.
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2451 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'testhal/STM32/SPI/Makefile')
-rw-r--r-- | testhal/STM32/SPI/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/testhal/STM32/SPI/Makefile b/testhal/STM32/SPI/Makefile index d7822cdb3..a5c76f1c8 100644 --- a/testhal/STM32/SPI/Makefile +++ b/testhal/STM32/SPI/Makefile @@ -153,7 +153,7 @@ CPPWARN = -Wall -Wextra #
# List all default C defines here, like -D_DEBUG=1
-DDEFS = -DCORTEX_USE_BASEPRI=TRUE
+DDEFS =
# List all default ASM defines here, like -D_DEBUG=1
DADEFS =
|