no verify after flash
This commit is contained in:
parent
e3a6a82b57
commit
e64fd212f0
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ AVRDUDE_WRITE_FLASH = -U flash:w:$(TARGET).hex
|
||||||
|
|
||||||
# Uncomment the following if you do /not/ wish a verification to be
|
# Uncomment the following if you do /not/ wish a verification to be
|
||||||
# performed after programming the device.
|
# performed after programming the device.
|
||||||
#AVRDUDE_NO_VERIFY = -V
|
AVRDUDE_NO_VERIFY = -V
|
||||||
|
|
||||||
# Increase verbosity level. Please use this when submitting bug
|
# Increase verbosity level. Please use this when submitting bug
|
||||||
# reports about avrdude. See <http://savannah.nongnu.org/projects/avrdude>
|
# reports about avrdude. See <http://savannah.nongnu.org/projects/avrdude>
|
||||||
|
|
Reference in a new issue