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 /src/class/hid/hid_host.c | |
| parent | e61e9d8b1b9f8e551b4560c61f707bbaeac1fc9a (diff) | |
rename tusb_event_t to xfer_result_t
Diffstat (limited to 'src/class/hid/hid_host.c')
| -rw-r--r-- | src/class/hid/hid_host.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/class/hid/hid_host.c b/src/class/hid/hid_host.c index 7129562c5..6aa0748df 100644 --- a/src/class/hid/hid_host.c +++ b/src/class/hid/hid_host.c @@ -251,7 +251,7 @@ tusb_error_t hidh_open_subtask(uint8_t dev_addr, tusb_desc_interface_t const *p_ OSAL_SUBTASK_END
}
-void hidh_isr(pipe_handle_t pipe_hdl, tusb_event_t event, uint32_t xferred_bytes)
+void hidh_isr(pipe_handle_t pipe_hdl, xfer_result_t event, uint32_t xferred_bytes)
{
(void) xferred_bytes; // TODO may need to use this para later
|
