瀏覽代碼

Fix periodic list init when diffent sizes used

main
PaulStoffregen 7 年之前
父節點
當前提交
50016717b3
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      ehci.cpp

+ 1
- 1
ehci.cpp 查看文件

@@ -167,7 +167,7 @@ void USBHost::begin()
//println(" reset waited ", count);

init_Device_Pipe_Transfer_memory();
for (int i=0; i < 32; i++) {
for (int i=0; i < PERIODIC_LIST_SIZE; i++) {
periodictable[i] = 1;
}
memset(uframe_bandwidth, 0, sizeof(uframe_bandwidth));

Loading…
取消
儲存