diff options
Diffstat (limited to 'tests/support')
| -rw-r--r-- | tests/support/ehci_controller_fake.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/support/ehci_controller_fake.c b/tests/support/ehci_controller_fake.c index d22f8cd09..51f149591 100644 --- a/tests/support/ehci_controller_fake.c +++ b/tests/support/ehci_controller_fake.c @@ -95,6 +95,7 @@ void complete_qtd_in_qhd(ehci_qhd_t *p_qhd) { ehci_qtd_t* p_qtd = (ehci_qtd_t*) align32(p_qhd->qtd_overlay.next.address); p_qtd->active = 0; + p_qtd->total_bytes = 0; p_qhd->qtd_overlay = *p_qtd; } } |
