aboutsummaryrefslogtreecommitdiffstats
path: root/demos/ARMCM3-STM32F103-GCC/Makefile
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-11-13 21:15:13 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2009-11-13 21:15:13 +0000
commite340ae2337ea5d4073fca8dcba8c3215984578d7 (patch)
treec07beabb3fafbfc1cf3930c213902a9b6a445df9 /demos/ARMCM3-STM32F103-GCC/Makefile
parent09c69c89337a9e00f8b13cd170bebba3f57a2028 (diff)
downloadChibiOS-e340ae2337ea5d4073fca8dcba8c3215984578d7.tar.gz
ChibiOS-e340ae2337ea5d4073fca8dcba8c3215984578d7.tar.bz2
ChibiOS-e340ae2337ea5d4073fca8dcba8c3215984578d7.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@1285 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 9129cd687..decfbb466 100644
--- a/demos/ARMCM3-STM32F103-GCC/Makefile
+++ b/demos/ARMCM3-STM32F103-GCC/Makefile
@@ -38,7 +38,7 @@ endif
# Enable this if you really want to use the STM FWLib.
ifeq ($(USE_FWLIB),)
- USE_FWLIB = yes
+ USE_FWLIB = no
endif
#