From 550623ee5dbf68266548f23c2b43f6bbdd326753 Mon Sep 17 00:00:00 2001 From: XANTRONIX Development Date: Sun, 29 May 2016 01:11:59 -0500 Subject: [PATCH] Nice and TIDY bruh --- avr/Makefile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/avr/Makefile b/avr/Makefile index 1c7118b..12f8fed 100644 --- a/avr/Makefile +++ b/avr/Makefile @@ -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) \