Skip to content

Commit b80499b

Browse files
committed
Assertion failed : at file: chip/a64_ehci.c:4996
1 parent dff6ee1 commit b80499b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

a64_ehci.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4986,6 +4986,9 @@ struct usbhost_connection_s *a64_ehci_initialize(int controller)
49864986
int ret;
49874987
int i;
49884988

4989+
_info("sizeof(struct a64_qh_s)=%d\n", sizeof(struct a64_qh_s));////
4990+
_info("sizeof(struct a64_qtd_s)=%d\n", sizeof(struct a64_qtd_s));////
4991+
49894992
/* Sanity checks */
49904993

49914994
DEBUGASSERT(controller == 0);

0 commit comments

Comments
 (0)