summaryrefslogtreecommitdiff
path: root/usb-fastled/Makefile
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2015-09-19 16:21:38 +0200
committerChristian Pointner <equinox@spreadspace.org>2015-09-19 16:26:13 +0200
commit73cdbd983c447481375f52900231457035d1249a (patch)
tree87cf415d812f2df5086ea5779256f8691b5bba00 /usb-fastled/Makefile
parentimproved linking step (diff)
add rainbow
Diffstat (limited to 'usb-fastled/Makefile')
-rw-r--r--usb-fastled/Makefile2
1 files changed, 1 insertions, 1 deletions
diff --git a/usb-fastled/Makefile b/usb-fastled/Makefile
index 1905b35..1a67072 100644
--- a/usb-fastled/Makefile
+++ b/usb-fastled/Makefile
@@ -27,7 +27,7 @@ LIBS := util led lufa-descriptor-usbserial usbio
CXX_LIBS := arduino-stub
EXTERNAL_LIBS := fastled lufa
SPREADAVR_PATH := ..
-RESET_FUNC := $(SPREADAVR_PATH)/tools/reset_lufa_cdc
+RESET_FUNC := $(SPREADAVR_PATH)/tools/reset_lufa_cdc_nowait
RESET_PARAM := '!'
FASTLED_PATH := $(SPREADAVR_PATH)/contrib/FastLED