Browse Source

Update USB descriptor for T4 beta #2

main
PaulStoffregen 5 years ago
parent
commit
79cfe46a71
1 changed files with 3 additions and 1 deletions
  1. +3
    -1
      teensy4/usb_desc.c

+ 3
- 1
teensy4/usb_desc.c View File

0x76, 0x02, 0x76, 0x02,
#elif defined(__MK66FX1M0__) #elif defined(__MK66FX1M0__)
0x77, 0x02, 0x77, 0x02,
#elif defined(__IMXRT1052__)
0x78, 0x02, // Teensy 4.0 Beta #1
#else #else
0x78, 0x02, // Teensy 4.0 Beta
0x79, 0x02, // Teensy 4.0 Beta #2
//0x00, 0x02, //0x00, 0x02,
#endif #endif
#endif #endif

Loading…
Cancel
Save