Small typo, can lead to copy and paste fails
Signed-off-by: Joseivaldo Benito Junior <jrbenito@benito.qsl.br>
This commit is contained in:
parent
47c9ec8f68
commit
5420e920fb
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ The makefile can autodetect the libraries that are included from your sketch and
|
|||
|
||||
To upload compiled files, `avrdude` is used. This Makefile tries to find `avrdude` and it's config (`avrdude.conf`) below `ARDUINO_DIR`. If you like to use the one installed on your system instead of the one which came with Arduino, you can try to set the variables `AVRDUDE` and `AVRDUDE_CONF`. On a typical Linux system these could be set to
|
||||
|
||||
AVRDDUDE = /usr/bin/avrdude
|
||||
AVRDUDE = /usr/bin/avrdude
|
||||
AVRDUDE_CONF = /etc/avrdude.conf
|
||||
|
||||
## Versioning
|
||||
|
|
Loading…
Reference in a new issue