Skip to content
Snippets Groups Projects
Commit ccdb086f authored by Bo Herrmannsen's avatar Bo Herrmannsen
Browse files

Merge pull request #1363 from PxT/patch-1

Fixes #1361
parents 5151db5c 9fd42929
No related branches found
No related tags found
No related merge requests found
......@@ -224,7 +224,7 @@ TARGET = $(notdir $(CURDIR))
VPATH = .
VPATH += $(BUILD_DIR)
VPATH += $(HARDWARE_SRC)
ifeq ($(HARDWARE_VARIANT), arduino)
ifeq ($(HARDWARE_VARIANT), $(filter $(HARDWARE_VARIANT),arduino Teensy))
VPATH += $(ARDUINO_INSTALL_DIR)/libraries/LiquidCrystal
VPATH += $(ARDUINO_INSTALL_DIR)/libraries/SPI
ifeq ($(LIQUID_TWI2), 1)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment