Skip to content

Commit 51cfe41

Browse files
author
Lucas Baudin
committed
Add another platform path (for newer arduinos?)
1 parent a8b3761 commit 51cfe41

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

cmake/Platform/Arduino.cmake

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2136,6 +2136,7 @@ set(ARDUINO_AVRDUDE_FLAGS -V CACHE STRING "")
21362136
#=============================================================================#
21372137
if(NOT ARDUINO_FOUND AND ARDUINO_SDK_PATH)
21382138
register_hardware_platform(${ARDUINO_SDK_PATH}/hardware/arduino/)
2139+
register_hardware_platform(${ARDUINO_SDK_PATH}/hardware/arduino/avr)
21392140

21402141
find_file(ARDUINO_LIBRARIES_PATH
21412142
NAMES libraries

0 commit comments

Comments
 (0)