瀏覽代碼

Fix USB BDT clear at startup on Teensy 3.x

https://forum.pjrc.com/threads/61410
main
PaulStoffregen 4 年之前
父節點
當前提交
9357593567
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. +1
    -1
      teensy3/usb_dev.c

+ 1
- 1
teensy3/usb_dev.c 查看文件

@@ -1169,7 +1169,7 @@ void usb_init(void)

usb_init_serialnumber();

for (i=0; i <= NUM_ENDPOINTS*4; i++) {
for (i=0; i < (NUM_ENDPOINTS+1)*4; i++) {
table[i].desc = 0;
table[i].addr = 0;
}

Loading…
取消
儲存