Nice and TIDY bruh

This commit is contained in:
XANTRONIX Development 2016-05-29 01:11:59 -05:00
parent c6b5f4fa2f
commit 550623ee5d

View file

@ -13,8 +13,7 @@ OBJCOPY_FLAGS = -S
AVRDUDE = avrdude
AVRDUDE_DEVICE = /dev/cu.usbmodem1411
AVRDUDE_FLAGS = -c arduino -p atmega328p -b 115200 -D \
-P $(AVRDUDE_DEVICE)
AVRDUDE_FLAGS = -c arduino -p atmega328p -b 115200 -D -P $(AVRDUDE_DEVICE)
HEADERS_LOCAL =
HEADERS_BUILD = $(HEADERS_LOCAL) \