aboutsummaryrefslogtreecommitdiff
path: root/laser-tag software/usb_descriptor.h
diff options
context:
space:
mode:
Diffstat (limited to 'laser-tag software/usb_descriptor.h')
-rw-r--r--laser-tag software/usb_descriptor.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/laser-tag software/usb_descriptor.h b/laser-tag software/usb_descriptor.h
index b3228ce..d99176e 100644
--- a/laser-tag software/usb_descriptor.h
+++ b/laser-tag software/usb_descriptor.h
@@ -141,8 +141,8 @@
/* string descriptors sizes */
#define USB_STR_DESC_SIZE (2)
#define USB_STR_0_SIZE (2)
-#define USB_STR_1_SIZE (56)
-#define USB_STR_2_SIZE (32)
+#define USB_STR_1_SIZE (12)
+#define USB_STR_2_SIZE (20)
#define USB_STR_3_SIZE (32)
#define USB_STR_n_SIZE (32)
@@ -222,4 +222,4 @@ uint8_t USB_Desc_Set_Speed
);
#endif
-/* EOF */
+/* vim: set expandtab ts=4 sw=4: */