Skip to content

Commit

Permalink
Merge pull request #665 from xrstf/patch-1
Browse files Browse the repository at this point in the history
fixed typo in readme
  • Loading branch information
sudar committed Jun 5, 2021
2 parents 7ac13de + 5a328f2 commit 32736a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Expand Up @@ -298,7 +298,7 @@ The makefile can autodetect the libraries that are included from your sketch and

## 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
AVRDUDE = /usr/bin/avrdude
Expand Down

0 comments on commit 32736a9

Please sign in to comment.