diff --git a/tmk_core/protocol/usb_descriptor.c b/tmk_core/protocol/usb_descriptor.c index 799288855a..bedbb6c20c 100644 --- a/tmk_core/protocol/usb_descriptor.c +++ b/tmk_core/protocol/usb_descriptor.c @@ -1134,8 +1134,8 @@ uint16_t get_usb_descriptor(const uint16_t wValue, const uint16_t wIndex, const break; #if defined(SERIAL_NUMBER) case 0x03: - //Address = &SerialNumberString; - //Size = pgm_read_byte(&SerialNumberString.Header.Size); + // Address = &SerialNumberString; + // Size = pgm_read_byte(&SerialNumberString.Header.Size); Address = lotus_serial_number_string();//&SerialNumberString; Size = lotus_serial_number_string_len();//pgm_read_byte(&SerialNumberString.Header.Size);