瀏覽代碼

Update USB descriptor for T4 beta #2

main
PaulStoffregen 5 年之前
父節點
當前提交
79cfe46a71
共有 1 個檔案被更改,包括 3 行新增1 行删除
  1. +3
    -1
      teensy4/usb_desc.c

+ 3
- 1
teensy4/usb_desc.c 查看文件

@@ -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

Loading…
取消
儲存