Don't depend on local avrdude.conf
This commit is contained in:
parent
cf0532e784
commit
c6b5f4fa2f
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@ OBJCOPY_FLAGS = -S
|
|||
|
||||
AVRDUDE = avrdude
|
||||
AVRDUDE_DEVICE = /dev/cu.usbmodem1411
|
||||
AVRDUDE_FLAGS = -C ./avrdude.conf -c arduino -p atmega328p -b 115200 -D \
|
||||
AVRDUDE_FLAGS = -c arduino -p atmega328p -b 115200 -D \
|
||||
-P $(AVRDUDE_DEVICE)
|
||||
|
||||
HEADERS_LOCAL =
|
||||
|
|
Loading…
Add table
Reference in a new issue