Setup avrdude flashing correctly
This commit is contained in:
parent
dbe774272b
commit
11f0a9d231
1 changed files with 1 additions and 1 deletions
2
Makefile
2
Makefile
|
@ -44,7 +44,7 @@ CFLAGS += -std=gnu99
|
|||
|
||||
AVRDUDE_PROGRAMMER = arduino
|
||||
AVRDUDE_PORT = /dev/ttyS4
|
||||
AVRDUDE_BAUD = 19200
|
||||
AVRDUDE_BAUD = 115200
|
||||
|
||||
#AVRDUDE_NO_VERIFY = -V
|
||||
|
||||
|
|
Loading…
Reference in a new issue