Reverted because it fucks up all the automated tests

This reverts commit d3b003b976.
This commit is contained in:
Sebastian 2016-12-22 17:51:37 +01:00
parent ba4616e152
commit 3c19e27a31
1 changed files with 1 additions and 2 deletions

View File

@ -1,6 +1,6 @@
AVRMCU ?= atmega2560
F_CPU ?= 16000000
ISPPORT ?= /dev/ttyACM0
ISPPORT ?= /dev/ttyUSB0
VERSION = 0.1
@ -47,7 +47,6 @@ CFLAGS = -I $(ARDU_FULL_DIR) -I $(ARDU_VARIANT_DIR) -I ../sss7core/ -Os -Wall -W
CFLAGS += -ffunction-sections -fdata-sections
CFLAGS += -fshort-enums -fpack-struct -funsigned-char -funsigned-bitfields
CFLAGS += -mmcu=$(AVRMCU) -DF_CPU=$(F_CPU)UL -DVERSION=$(VERSION)
CFLAGS += -std=c99
CPPFLAGS = -I $(ARDU_FULL_DIR) -I $(ARDU_VARIANT_DIR) -I ../sss7core/ -Os
CPPFLAGS += -ffunction-sections -fdata-sections