fix naming, and build

This commit is contained in:
hathach
2022-03-04 22:31:48 +07:00
parent b9a6cd8b61
commit 56c2d4b666
4 changed files with 7 additions and 8 deletions
+1 -1
View File
@@ -165,7 +165,7 @@ typedef struct TU_ATTR_ALIGNED(256)
}control[CFG_TUH_DEVICE_MAX+CFG_TUH_HUB+1];
// ochi_itd_t itd[OHCI_MAX_ITD]; // itd requires alignment of 32
ohci_ed_t ed_pool[CFG_TUH_ENDPOINT_MAX];
ohci_ed_t ed_pool[ED_MAX];
ohci_gtd_t gtd_pool[GTD_MAX];
volatile uint16_t frame_number_hi;