fixed typo in readme

This commit is contained in:
Christoph Mewes 2021-05-27 16:27:50 +02:00 committed by GitHub
parent 7ac13de7f9
commit 5a328f2673
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -298,7 +298,7 @@ The makefile can autodetect the libraries that are included from your sketch and
## avrdude ## avrdude
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 To upload compiled files, `avrdude` is used. This Makefile tries to find `avrdude` and its 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
```make ```make
AVRDUDE = /usr/bin/avrdude AVRDUDE = /usr/bin/avrdude