increase code size

This commit is contained in:
Jeff Wang 2019-03-21 21:03:57 -04:00
parent 61c41aebc1
commit c92decd204

View File

@ -1,6 +1,6 @@
SDCC ?= sdcc
STCCODESIZE ?= 4089
SDCCOPTS ?= --std-c99 --code-size $(STCCODESIZE) --xram-size 0 --data-loc 0x30
STCCODESIZE ?= 13000
SDCCOPTS ?= --code-size $(STCCODESIZE) --xram-size 0 --stack-auto
FLASHFILE ?= main.hex
SRC = src/lcd.c src/key.c src/utils.c