We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3dc689 commit a0df3c2Copy full SHA for a0df3c2
cores/arduino/ArduinoDS4/ArduinoDS4_USBDesc.cpp
@@ -372,9 +372,9 @@ const u8 output_0x02[] = {
372
const u16 output_0x02_size = sizeof(output_0x02);
373
374
const u8 output_0x03[] = {
375
- 0x21, 0x27, 0x04, 0xCF, 0x06, 0x00, 0x00,
376
- 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
377
- 0x00, 0x00, 0x0D, 0x0D, 0x00, 0x00, 0x00, 0x00,
+ 0x21, 0x27, 0x04, 0xcf, 0x00, 0x2c, 0x56,
+ 0x08, 0x00, 0x3d, 0x00, 0xe8, 0x03, 0x04, 0x00,
+ 0xff, 0x7f, 0x0d, 0x0d, 0x00, 0x00, 0x00, 0x00,
378
0x0D, 0x84, 0x03, 0x00, 0x00, 0x00, 0x00, 0x00,
379
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00,
380
0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00, 0x00
0 commit comments