diff options
author | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-11-13 21:15:13 +0000 |
---|---|---|
committer | gdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4> | 2009-11-13 21:15:13 +0000 |
commit | e340ae2337ea5d4073fca8dcba8c3215984578d7 (patch) | |
tree | c07beabb3fafbfc1cf3930c213902a9b6a445df9 /demos/ARMCM3-STM32F103-GCC/Makefile | |
parent | 09c69c89337a9e00f8b13cd170bebba3f57a2028 (diff) | |
download | ChibiOS-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/Makefile | 2 |
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
#
|