Update arduino-mk-vars.md

This commit is contained in:
Lorenzo Delana 2018-10-13 02:21:47 +02:00 committed by GitHub
parent 5a0c80bf0c
commit b351ab375d
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1281,6 +1281,24 @@ AVRDUDE_CONF = /usr/share/arduino/hardware/tools/avrdude.conf
----
### AVRDUDE_AUTOERASE_FLASH
**Description:**
Enable autoerase flash.
By default disabled.
**Example:**
```Makefile
AVRDUDE_AUTOERASE_FLASH = yes
```
**Requirement:** *Optional*
----
### AVR_TOOLS_PATH
**Description:**