aboutsummaryrefslogtreecommitdiffstats
path: root/demos/ARMCM3-STM32F103-GCC/Makefile
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-03-31 20:35:16 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-03-31 20:35:16 +0000
commit3bc41906b36968c2a2e7a753e572e7067fa737a3 (patch)
tree8ad4e6d54d71cf4dbf4be342b0a0432296dca466 /demos/ARMCM3-STM32F103-GCC/Makefile
parent803fbc154737e527386cfd56e706c7b8f9a152e8 (diff)
downloadChibiOS-3bc41906b36968c2a2e7a753e572e7067fa737a3.tar.gz
ChibiOS-3bc41906b36968c2a2e7a753e572e7067fa737a3.tar.bz2
ChibiOS-3bc41906b36968c2a2e7a753e572e7067fa737a3.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1823 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/ARMCM3-STM32F103-GCC/Makefile')
-rw-r--r--demos/ARMCM3-STM32F103-GCC/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/ARMCM3-STM32F103-GCC/Makefile b/demos/ARMCM3-STM32F103-GCC/Makefile
index 36567e197..681c9c790 100644
--- a/demos/ARMCM3-STM32F103-GCC/Makefile
+++ b/demos/ARMCM3-STM32F103-GCC/Makefile
@@ -153,7 +153,7 @@ CPPWARN = -Wall -Wextra
#
# List all default C defines here, like -D_DEBUG=1
-DDEFS = -DSTM32F10X_MD
+DDEFS = -DSTM32F10X_MD -DCORTEX_USE_BASEPRI=TRUE
# List all default ASM defines here, like -D_DEBUG=1
DADEFS =