change serial number

This commit is contained in:
Conor Patrick 2019-01-05 19:34:11 -05:00
parent c0a2b677f0
commit f15ba1d3dc

View File

@ -60,7 +60,9 @@
#else #else
#define USBD_MANUFACTURER_STRING "Solo Keys" #define USBD_MANUFACTURER_STRING "Solo Keys"
#define USBD_PRODUCT_FS_STRING "Solo HACKER (Unlocked)" #define USBD_PRODUCT_FS_STRING "Solo HACKER (Unlocked)"
#define USBD_SERIAL_NUM "solocafebabe" #ifndef USBD_SERIAL_NUM
#define USBD_SERIAL_NUM "Solo-Keys-Solo"
#endif
#endif #endif
uint8_t *USBD_HID_DeviceDescriptor(USBD_SpeedTypeDef speed, uint16_t *length); uint8_t *USBD_HID_DeviceDescriptor(USBD_SpeedTypeDef speed, uint16_t *length);