File tree Expand file tree Collapse file tree
AVR/source/firmware/include Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -245,8 +245,8 @@ const USB_Descriptor_Configuration_t PROGMEM ConfigurationDescriptor = {
245245const USB_Descriptor_String_t PROGMEM LanguageString = USB_STRING_DESCRIPTOR_ARRAY (LANGUAGE_ID_ENG );
246246
247247// Manufacturer and Product Descriptor Strings
248- const USB_Descriptor_String_t PROGMEM ManufacturerString = USB_STRING_DESCRIPTOR (L"HORI CO.,LTD. " );
249- const USB_Descriptor_String_t PROGMEM ProductString = USB_STRING_DESCRIPTOR (L"HORIPAD S " );
248+ const USB_Descriptor_String_t PROGMEM ManufacturerString = USB_STRING_DESCRIPTOR (L"Nullstalgia " );
249+ const USB_Descriptor_String_t PROGMEM ProductString = USB_STRING_DESCRIPTOR (L"UARTSwitchCon " );
250250
251251// USB Device Callback - Get Descriptor
252252uint16_t CALLBACK_USB_GetDescriptor (
You can’t perform that action at this time.
0 commit comments