diff options
author | Christian Pointner <equinox@spreadspace.org> | 2015-07-13 01:08:26 +0200 |
---|---|---|
committer | Christian Pointner <equinox@spreadspace.org> | 2015-07-13 01:08:26 +0200 |
commit | e5b40e73a624efb25b27df700e0680aebdece9d6 (patch) | |
tree | 78fa1cd748e5b369c729426e81a5388487b38377 /usb-fastled | |
parent | improved fastled example (diff) |
some cleanup
Diffstat (limited to 'usb-fastled')
-rw-r--r-- | usb-fastled/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usb-fastled/Makefile b/usb-fastled/Makefile index 5aed040..03d2c7e 100644 --- a/usb-fastled/Makefile +++ b/usb-fastled/Makefile @@ -28,7 +28,7 @@ CXX_LIBS := arduino-stub EXTERNAL_LIBS := fastled lufa SPREADAVR_PATH := .. RESET_FUNC := $(SPREADAVR_PATH)/tools/reset_lufa_cdc -RESET_PARAM := 'r' +RESET_PARAM := '!' FASTLED_PATH := $(SPREADAVR_PATH)/contrib/FastLED |