summaryrefslogtreecommitdiff
path: root/usb-bmp280/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'usb-bmp280/Makefile')
-rw-r--r--usb-bmp280/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usb-bmp280/Makefile b/usb-bmp280/Makefile
index d0c6322..754ec08 100644
--- a/usb-bmp280/Makefile
+++ b/usb-bmp280/Makefile
@@ -24,7 +24,7 @@
NAME := usb-bmp280
BOARD_TYPE := arduinoProMicro
OBJ := $(NAME).o
-LIBS := util led lufa-descriptor-usbserial usbio bmp280
+LIBS := util lufa-descriptor-usbserial usbio bmp280
EXTERNAL_LIBS := lufa
SPREADAVR_PATH := ..
PRINTF_HAS_FLOAT := 1