summaryrefslogtreecommitdiff
path: root/usb-adc-dustsensor
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-adc-dustsensor
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-adc-dustsensor')
-rw-r--r--usb-adc-dustsensor/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/usb-adc-dustsensor/Makefile b/usb-adc-dustsensor/Makefile
index dcbbea8..20801fb 100644
--- a/usb-adc-dustsensor/Makefile
+++ b/usb-adc-dustsensor/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\"equinox\""
-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-adc-dustsensor example\"" -D USB_PRODUCT_LEN=38
LUFA_COMPONENTS := USB USBCLASS