File tree Expand file tree Collapse file tree 3 files changed +6
-8
lines changed
Expand file tree Collapse file tree 3 files changed +6
-8
lines changed Original file line number Diff line number Diff line change @@ -35,9 +35,9 @@ MONITOR_BAUDRATE = 115200
3535# ## Path to the AVR tools directory such as avr-gcc, avr-g++, etc.
3636AVR_TOOLS_DIR =
3737
38- # ## AVRDDUDE
38+ # ## AVRDUDE
3939# ## Path to avrdude directory.
40- AVRDDUDE = /usr/bin/avrdude
40+ AVRDUDE = /usr/bin/avrdude
4141
4242# ## CFLAGS_STD
4343CFLAGS_STD = -std=gnu11
Original file line number Diff line number Diff line change @@ -41,9 +41,9 @@ MONITOR_BAUDRATE = 115200
4141# ## Path to the AVR tools directory such as avr-gcc, avr-g++, etc.
4242AVR_TOOLS_DIR = /usr
4343
44- # ## AVRDDUDE
44+ # ## AVRDUDE
4545# ## Path to avrdude directory.
46- AVRDDUDE = /usr/bin/avrdude
46+ AVRDUDE = /usr/bin/avrdude
4747
4848# ## CFLAGS_STD
4949CFLAGS_STD = -std=gnu11
@@ -75,4 +75,3 @@ OBJDIR = $(PROJECT_DIR)/bin/$(CURRENT_DIR)/$(BOARD_TAG)
7575
7676# ## path to Arduino.mk, inside the ARDMK_DIR, don't touch.
7777include $(ARDMK_DIR ) /Arduino.mk
78-
Original file line number Diff line number Diff line change @@ -44,9 +44,9 @@ MONITOR_BAUDRATE = 115200
4444# ## Path to the AVR tools directory such as avr-gcc, avr-g++, etc.
4545AVR_TOOLS_DIR = /usr/local
4646
47- # ## AVRDDUDE
47+ # ## AVRDUDE
4848# ## Path to avrdude directory.
49- AVRDDUDE = /usr/local/bin/avrdude
49+ AVRDUDE = /usr/local/bin/avrdude
5050
5151# ## CFLAGS_STD
5252CFLAGS_STD = -std=gnu11
@@ -74,4 +74,3 @@ OBJDIR = $(PROJECT_DIR)/bin/$(CURRENT_DIR)/$(BOARD_TAG)
7474
7575# ## path to Arduino.mk, inside the ARDMK_DIR, don't touch.
7676include $(ARDMK_DIR ) /Arduino.mk
77-
You can’t perform that action at this time.
0 commit comments