diff options
author | Christian Pointner <equinox@spreadspace.org> | 2016-06-14 22:43:42 +0200 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2016-06-14 22:43:42 +0200 |
commit | 9debd36913bf36dbb75475f889fb1bf620e5d5bf (patch) | |
tree | 25f04d3fe1e12b6c02f2291d2f62d978676aa8fb /usb-led | |
parent | added option for printf with float support (diff) |
remove float printf for usb-led example
Diffstat (limited to 'usb-led')
-rw-r--r-- | usb-led/Makefile | 1 |
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 |