From 653a3bdc8b5fc7938d633bf158fbc38dd9b8624c Mon Sep 17 00:00:00 2001 From: Christian Pointner Date: Mon, 22 Jun 2015 02:13:15 +0200 Subject: improved dual usbio - fully working now --- usb-led2/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'usb-led2/Makefile') diff --git a/usb-led2/Makefile b/usb-led2/Makefile index 616bf62..f8cfc68 100644 --- a/usb-led2/Makefile +++ b/usb-led2/Makefile @@ -38,7 +38,7 @@ LUFA_OPTS += -D USE_STATIC_OPTIONS="(USB_DEVICE_OPT_FULLSPEED | USB_OPT_REG_ENAB 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_PRODUCT="L\"spreadspace usb-led2 example\"" -D USB_PRODUCT_LEN=28 LUFA_COMPONENTS := USB USBCLASS -- cgit v1.2.3