diff options
| author | hathach <[email protected]> | 2018-11-23 15:14:47 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-11-23 15:14:47 +0700 |
| commit | cb8782e5f28b4897e73520c91296d1ac7d71da81 (patch) | |
| tree | d8d7554f4ba2c1020eb28e961e11539632d192da /examples/obsolete/host/src/mouse_host_app.c | |
| parent | e61e9d8b1b9f8e551b4560c61f707bbaeac1fc9a (diff) | |
rename tusb_event_t to xfer_result_t
Diffstat (limited to 'examples/obsolete/host/src/mouse_host_app.c')
| -rw-r--r-- | examples/obsolete/host/src/mouse_host_app.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/obsolete/host/src/mouse_host_app.c b/examples/obsolete/host/src/mouse_host_app.c index 563b911c2..05135693b 100644 --- a/examples/obsolete/host/src/mouse_host_app.c +++ b/examples/obsolete/host/src/mouse_host_app.c @@ -76,7 +76,7 @@ void tuh_hid_mouse_unmounted_cb(uint8_t dev_addr) } // invoked ISR context -void tuh_hid_mouse_isr(uint8_t dev_addr, tusb_event_t event) +void tuh_hid_mouse_isr(uint8_t dev_addr, xfer_result_t event) { switch(event) { |
