summaryrefslogtreecommitdiff
path: root/usb-1wire/Makefile
diff options
context:
space:
mode:
authorChristian Pointner <equinox@spreadspace.org>2014-03-15 21:16:23 +0000
committerChristian Pointner <equinox@spreadspace.org>2014-03-15 21:16:23 +0000
commit565d4aa1a4f838c17520a58071c7d51dcc556aa7 (patch)
treedded009885b64d74daee136ceab44a83a55a9aa6 /usb-1wire/Makefile
parentadded deps to Makefile (diff)
fixed usb string length
git-svn-id: https://svn.spreadspace.org/avr/trunk@254 aa12f405-d877-488e-9caf-2d797e2a1cc7
Diffstat (limited to 'usb-1wire/Makefile')
-rw-r--r--usb-1wire/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usb-1wire/Makefile b/usb-1wire/Makefile
index 1c7a8b4..9020cbd 100644
--- a/usb-1wire/Makefile
+++ b/usb-1wire/Makefile
@@ -38,8 +38,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\"xro\""
-LUFA_OPTS += -D USB_PRODUCT="L\"$(NAME)\""
+LUFA_OPTS += -D USB_MANUFACTURER="L\"xro\"" -D USB_MANUFACTURER_LEN=3
+LUFA_OPTS += -D USB_PRODUCT="L\"spreadspace usb-1wire example\"" -D USB_PRODUCT_LEN=29
LUFA_COMPONENTS := USB USBCLASS