]> localhost Git - SCSI2SD-V6.git/commitdiff
Fix error in merging 2020 board files v6.3.1
authorMichael McMaster <michael@codesrc.com>
Sun, 19 Apr 2020 09:24:32 +0000 (19:24 +1000)
committerMichael McMaster <michael@codesrc.com>
Sun, 19 Apr 2020 09:24:32 +0000 (19:24 +1000)
src/firmware/usb_device/usbd_desc.c

index 3aa984b85dfa40965b2e1f93a6ef42632313d66b..4f91f9d433ff2b6e33ad95777d0cdb90bd2ba1bb 100755 (executable)
@@ -60,7 +60,7 @@
 #define USBD_LANGID_STRING               1033
 #define USBD_MANUFACTURER_STRING         (uint8_t*)"codesrc.com"
 #define USBD_PID_FS                      0x0BD4
-#define USBD_PRODUCT_STRING_FS           (uint8_t*)"SCSI2SD 2020"
+#define USBD_PRODUCT_STRING_FS           (uint8_t*)"SCSI2SD"
 #define USBD_CONFIGURATION_STRING_FS     (uint8_t*)"SCSI2SD Config"
 #define USBD_INTERFACE_STRING_FS         (uint8_t*)"SCSI2SD Interface"