Ver código fonte

Update USB descriptor for T4 beta #2

teensy4-core
PaulStoffregen 5 anos atrás
pai
commit
79cfe46a71
1 arquivos alterados com 3 adições e 1 exclusões
  1. +3
    -1
      teensy4/usb_desc.c

+ 3
- 1
teensy4/usb_desc.c Ver arquivo

@@ -103,8 +103,10 @@ static uint8_t device_descriptor[] = {
0x76, 0x02,
#elif defined(__MK66FX1M0__)
0x77, 0x02,
#elif defined(__IMXRT1052__)
0x78, 0x02, // Teensy 4.0 Beta #1
#else
0x78, 0x02, // Teensy 4.0 Beta
0x79, 0x02, // Teensy 4.0 Beta #2
//0x00, 0x02,
#endif
#endif

Carregando…
Cancelar
Salvar