Commit 569a7df733709218210d04f3584106cbba2ce57e

Authored by gperson
1 parent 27ed0a40

changement des descriptors strings

src/lufa-LUFA-170418/PolytechLille/Manette/Descriptors.c
... ... @@ -208,13 +208,13 @@ const USB_Descriptor_String_t PROGMEM LanguageString = USB_STRING_DESCRIPTOR_ARR
208 208 * form, and is read out upon request by the host when the appropriate string ID is requested, listed in the Device
209 209 * Descriptor.
210 210 */
211   -const USB_Descriptor_String_t PROGMEM ManufacturerString = USB_STRING_DESCRIPTOR(L"Dean CameRA CHANGED ");
  211 +const USB_Descriptor_String_t PROGMEM ManufacturerString = USB_STRING_DESCRIPTOR(L"PersonChemin");
212 212  
213 213 /** Product descriptor string. This is a Unicode string containing the product's details in human readable form,
214 214 * and is read out upon request by the host when the appropriate string ID is requested, listed in the Device
215 215 * Descriptor.
216 216 */
217   -const USB_Descriptor_String_t PROGMEM ProductString = USB_STRING_DESCRIPTOR(L"LUFA CHANGED");
  217 +const USB_Descriptor_String_t PROGMEM ProductString = USB_STRING_DESCRIPTOR(L"PINGUI board");
218 218  
219 219 /** This function is called by the library when in device mode, and must be overridden (see library "USB Descriptors"
220 220 * documentation) by the application code so that the address and size of a requested descriptor can be given
... ...