diff options
| author | hathach <[email protected]> | 2013-05-12 22:29:02 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2013-05-12 22:29:02 +0700 |
| commit | 4dd38f0df6d03869caa4cf47d0e16f8e2a5b4db5 (patch) | |
| tree | 3ef2c2e468e95c9c887a7a11d8bba607325562e1 /tests/test/support | |
| parent | dd6a0d8d693ec22612d1dbe0bfd2f185398e6f1b (diff) | |
test again
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); |
