summaryrefslogtreecommitdiff
path: root/usb-led
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2015-06-29 21:47:56 +0200
committerChristian Pointner <equinox@spreadspace.org>2015-06-29 21:47:56 +0200
commit7d2adba0e7674a5a971df179079445dc83e550e8 (patch)
tree529b4ab06a9a59c6e17448e1246d3f043e5dacc8 /usb-led
parentported usb-serial to new lufa version (diff)
ported usbio lib and usb-led
Diffstat (limited to 'usb-led')
-rw-r--r--usb-led/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usb-led/Makefile b/usb-led/Makefile
index eb47104..8bae554 100644
--- a/usb-led/Makefile
+++ b/usb-led/Makefile
@@ -39,8 +39,8 @@ LUFA_OPTS += -D USE_FLASH_DESCRIPTORS
LUFA_OPTS += -D USE_STATIC_OPTIONS="(USB_DEVICE_OPT_FULLSPEED | USB_OPT_REG_ENABLED | USB_OPT_AUTO_PLL)"
LUFA_OPTS += -D INTERRUPT_CONTROL_ENDPOINT
-LUFA_OPTS += -D USB_MANUFACTURER="L\"equinox\"" -D USB_MANUFACTURER_LEN=7
-LUFA_OPTS += -D USB_PRODUCT="L\"spreadspace usb-led example\"" -D USB_PRODUCT_LEN=27
+LUFA_OPTS += -D USB_MANUFACTURER="L\"equinox\""
+LUFA_OPTS += -D USB_PRODUCT="L\"spreadspace usb-led example\""
LUFA_COMPONENTS := USB USBCLASS