summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2016-06-14 22:43:42 +0200
committerChristian Pointner <equinox@spreadspace.org>2016-06-14 22:43:42 +0200
commit9debd36913bf36dbb75475f889fb1bf620e5d5bf (patch)
tree25f04d3fe1e12b6c02f2291d2f62d978676aa8fb
parentadded option for printf with float support (diff)
remove float printf for usb-led example
-rw-r--r--usb-led/Makefile1
1 files changed, 0 insertions, 1 deletions
diff --git a/usb-led/Makefile b/usb-led/Makefile
index d7d03ef..e0afd1e 100644
--- a/usb-led/Makefile
+++ b/usb-led/Makefile
@@ -28,7 +28,6 @@ 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