249
253
CPPFLAGS += -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums
250
254
CPPFLAGS += -mmcu=$(BOARD_BUILD_MCU)
251
255
CPPFLAGS += -DF_CPU=$(BOARD_BUILD_FCPU) -DARDUINO=$(ARDUINOCONST)
256
261
CPPDEPFLAGS = -MMD -MP -MF .dep/$<.dep
257
262
CPPINOFLAGS := -x c++ -include $(ARDUINOCOREDIR)/Arduino.h
258
263
AVRDUDEFLAGS := $(addprefix -C , $(AVRDUDECONF)) -DV