Skip to content

Commit

Permalink
Merge branch 'master' of github.com:araffin/arduino-robust-serial
Browse files Browse the repository at this point in the history
  • Loading branch information
araffin committed Apr 10, 2023
2 parents 707de8a + 5d83ec5 commit fc347f3
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions arduino-board/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -37,12 +37,16 @@ AVR_TOOLS_DIR = /usr/local
### or on Linux: (remove the one you don't want)
AVR_TOOLS_DIR = /usr

### AVRDDUDE
### AVRDUDE
### Path to avrdude directory.
### On OS X with `homebrew`:
AVRDDUDE = /usr/local/bin/avrdude
AVRDUDE = /usr/local/bin/avrdude
### or on Linux: (remove the one you don't want)
AVRDDUDE = /usr/bin/avrdude
AVRDUDE = /usr/bin/avrdude

### AVRDUDE_CONF
### Path to avrdude config file.
#AVRDUDE_CONF = /etc/avrdude.conf

### CFLAGS_STD
### Set the C standard to be used during compilation. Documentation (https://github.com/WeAreLeka/Arduino-Makefile/blob/std-flags/arduino-mk-vars.md#cflags_std)
Expand Down

0 comments on commit fc347f3

Please sign in to comment.