diff options
Diffstat (limited to 'demos/LPC21xx/RT-LPC214x-OLIMEX/Makefile')
-rw-r--r-- | demos/LPC21xx/RT-LPC214x-OLIMEX/Makefile | 2 |
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.
|