diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-03-31 20:35:16 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2010-03-31 20:35:16 +0000 |
commit | 3bc41906b36968c2a2e7a753e572e7067fa737a3 (patch) | |
tree | 8ad4e6d54d71cf4dbf4be342b0a0432296dca466 /demos | |
parent | 803fbc154737e527386cfd56e706c7b8f9a152e8 (diff) | |
download | ChibiOS-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')
-rw-r--r-- | demos/ARMCM3-STM32F103-GCC/Makefile | 2 |
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 =
|