aboutsummaryrefslogtreecommitdiffstats
path: root/demos/LPC21xx/RT-LPC214x-OLIMEX/Makefile
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-10-14 18:04:14 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2014-10-14 18:04:14 +0000
commit56990840b56608f15bb38d703672b0a39359c89f (patch)
tree10726895f324c463157b43a0320611aa2af507a5 /demos/LPC21xx/RT-LPC214x-OLIMEX/Makefile
parent5d54960eaf386a2d4907e2bec1aac99d0b2d08ff (diff)
downloadChibiOS-56990840b56608f15bb38d703672b0a39359c89f.tar.gz
ChibiOS-56990840b56608f15bb38d703672b0a39359c89f.tar.bz2
ChibiOS-56990840b56608f15bb38d703672b0a39359c89f.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@7398 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'demos/LPC21xx/RT-LPC214x-OLIMEX/Makefile')
-rw-r--r--demos/LPC21xx/RT-LPC214x-OLIMEX/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/LPC21xx/RT-LPC214x-OLIMEX/Makefile b/demos/LPC21xx/RT-LPC214x-OLIMEX/Makefile
index 7c47835a5..cac35743f 100644
--- a/demos/LPC21xx/RT-LPC214x-OLIMEX/Makefile
+++ b/demos/LPC21xx/RT-LPC214x-OLIMEX/Makefile
@@ -35,7 +35,7 @@ endif
# If enabled, this option allows to compile the application in THUMB mode.
ifeq ($(USE_THUMB),)
- USE_THUMB = yes
+ USE_THUMB = no
endif
# Enable this if you want to see the full log while compiling.