diff options
Diffstat (limited to 'tests/test/support')
| -rw-r--r-- | tests/test/support/ehci_controller_fake.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test/support/ehci_controller_fake.h b/tests/test/support/ehci_controller_fake.h index d5b82c6ee..a71beaf03 100644 --- a/tests/test/support/ehci_controller_fake.h +++ b/tests/test/support/ehci_controller_fake.h @@ -62,6 +62,7 @@ extern ehci_data_t ehci_data; void ehci_controller_init(void); void ehci_controller_run(uint8_t hostid); +void ehci_controller_run_error(uint8_t hostid); void ehci_controller_control_xfer_proceed(uint8_t dev_addr, uint8_t p_data[]); void ehci_controller_device_plug(uint8_t hostid, tusb_speed_t speed); void ehci_controller_device_unplug(uint8_t hostid); |
