Skip to content

Commit 8ad653a

Browse files
Merge pull request queezythegreat#95 from hanikesn/patch-1
Fixed ARDUINO_AVRDUDE_CONFIG_PATH not found
2 parents 58ae873 + 3a9a23f commit 8ad653a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: cmake/Platform/Arduino.cmake

+1-1
Original file line numberDiff line numberDiff line change
@@ -2162,7 +2162,7 @@ if(NOT ARDUINO_FOUND AND ARDUINO_SDK_PATH)
21622162

21632163
find_file(ARDUINO_AVRDUDE_CONFIG_PATH
21642164
NAMES avrdude.conf
2165-
PATHS ${ARDUINO_SDK_PATH} /etc/avrdude
2165+
PATHS ${ARDUINO_SDK_PATH} /etc/avrdude /etc
21662166
PATH_SUFFIXES hardware/tools
21672167
hardware/tools/avr/etc
21682168
DOC "Path to avrdude programmer configuration file.")

0 commit comments

Comments
 (0)