Nice and TIDY bruh
This commit is contained in:
parent
c6b5f4fa2f
commit
550623ee5d
1 changed files with 1 additions and 2 deletions
|
@ -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) \
|
||||
|
|
Loading…
Add table
Reference in a new issue