summaryrefslogtreecommitdiff
path: root/Makefile.cfg
diff options
context:
space:
mode:
authorXaviDCR92 <xavi.dcr@gmail.com>2017-08-26 17:20:15 +0200
committerXaviDCR92 <xavi.dcr@gmail.com>2017-08-26 17:20:15 +0200
commit8151d005e3ec99f6da915f7cba71cb4af9517f63 (patch)
treec48d511c915b530e1fc8b5685c05d818968c28b7 /Makefile.cfg
parent32ce459181fc26851aef4ade093faa087b80b0de (diff)
downloadpocketempires-8151d005e3ec99f6da915f7cba71cb4af9517f63.tar.gz
*Makefile MMCU was not set for linking (text overflow occurred)
Diffstat (limited to 'Makefile.cfg')
-rw-r--r--Makefile.cfg2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.cfg b/Makefile.cfg
index 4809697..b624476 100644
--- a/Makefile.cfg
+++ b/Makefile.cfg
@@ -11,4 +11,4 @@ PATH := $(PATH):$(AVR_TOOLCHAIN_PATH)/bin/
DEFINE = -DARDUINO=$(ARDUINO_VERSION) -mmcu=$(MCU) -DF_CPU=$(CPU_SPEED)
-CC_FLAGS=-Wall -Os -c -ffunction-sections -fdata-sections
+CC_FLAGS=-Wall -Os -c -ffunction-sections -fdata-sections