Skip to content

Commit

Permalink
compiler fix
Browse files Browse the repository at this point in the history
  • Loading branch information
profezzorn committed Oct 9, 2020
1 parent 928733e commit e618195
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions Proffieboard.mk
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,8 @@ endif

ifndef ALTERNATE_CORE_PATH
ALTERNATE_CORE_PATH := $(firstword \
$(call dir_if_exists,$(ARDUINO_PACKAGE_DIR)/proffieboard/hardware/stm32l4/1.1.0/) \
$(call dir_if_exists,$(ARDUINO_PACKAGE_DIR)/proffieboard/hardware/stm32l4/1.0.0/) \
$(call dir_if_exists,$(ARDUINO_PACKAGE_DIR)/proffieboard/hardware/stm32l4/0.1.7/) \
$(call dir_if_exists,$(ARDUINO_PACKAGE_DIR)/proffieboard/hardware/stm32l4/0.1.3/) \
$(call dir_if_exists,$(HOME)/lib/arduino-STM32L4) )
Expand Down

0 comments on commit e618195

Please sign in to comment.