summaryrefslogtreecommitdiff
path: root/usb-led
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2016-06-14 22:41:57 +0200
committerChristian Pointner <equinox@spreadspace.org>2016-06-14 22:41:57 +0200
commitcaff976a86659b8bd14d7f99e1dbf173cbcc47cc (patch)
tree2e46259b737408884f586434e4b51eca7500cd88 /usb-led
parentremove accidentially added LDFLAGS from usb-spi example (diff)
added option for printf with float support
Diffstat (limited to 'usb-led')
-rw-r--r--usb-led/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/usb-led/Makefile b/usb-led/Makefile
index e0afd1e..d7d03ef 100644
--- a/usb-led/Makefile
+++ b/usb-led/Makefile
@@ -28,6 +28,7 @@ EXTERNAL_LIBS := lufa
SPREADAVR_PATH := ..
RESET_FUNC := $(SPREADAVR_PATH)/tools/reset_lufa_cdc
RESET_PARAM := 'r'
+PRINTF_HAS_FLOAT := 1
LUFA_PATH := $(SPREADAVR_PATH)/contrib/lufa-LUFA-151115
LUFA_OPTS = -D USB_DEVICE_ONLY