Skip to content

Commit

Permalink
Add optional Make variable for avrdude configuration.
Browse files Browse the repository at this point in the history
This is necessary when using the Debian package.
  • Loading branch information
eldering committed Jun 8, 2019
1 parent 13582ef commit 9652936
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions arduino-board/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,10 @@ AVRDUDE = /usr/local/bin/avrdude
### or on Linux: (remove the one you don't want)
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)
CFLAGS_STD = -std=gnu11
Expand Down

0 comments on commit 9652936

Please sign in to comment.