diff options
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -4,7 +4,7 @@ BOARD_TAG = leonardo MONITOR_BAUDRATE = 115200 MONITOR_PORT ?= /dev/ttyACM0 -ARDUINO_LIBS = BLE SPI +ARDUINO_LIBS = BLE SPI EEPROM ARDMK_DIR ?= /usr/share/arduino -include $(ARDMK_DIR)/Arduino.mk |