diff options
| author | XaviDCR92 <xavi.dcr@gmail.com> | 2017-08-26 17:20:15 +0200 |
|---|---|---|
| committer | XaviDCR92 <xavi.dcr@gmail.com> | 2017-08-26 17:20:15 +0200 |
| commit | 8151d005e3ec99f6da915f7cba71cb4af9517f63 (patch) | |
| tree | c48d511c915b530e1fc8b5685c05d818968c28b7 /Makefile.cfg | |
| parent | 32ce459181fc26851aef4ade093faa087b80b0de (diff) | |
| download | pocketempires-8151d005e3ec99f6da915f7cba71cb4af9517f63.tar.gz | |
*Makefile MMCU was not set for linking (text overflow occurred)
Diffstat (limited to 'Makefile.cfg')
| -rw-r--r-- | Makefile.cfg | 2 |
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 |
