diff options
| author | hathach <[email protected]> | 2022-03-04 22:31:48 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2022-03-04 22:31:48 +0700 |
| commit | 56c2d4b666856dedd9ced301d8a273c55ee2afd6 (patch) | |
| tree | dcc1d7c7da86ee32ae889e381e6b531ed4256030 /src/host/usbh.h | |
| parent | b9a6cd8b6163e79d42ba3b56515579f6c1d5f3b2 (diff) | |
fix naming, and build
Diffstat (limited to 'src/host/usbh.h')
| -rw-r--r-- | src/host/usbh.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/host/usbh.h b/src/host/usbh.h index 1aef603a0..9465d1d1b 100644 --- a/src/host/usbh.h +++ b/src/host/usbh.h @@ -38,7 +38,6 @@ // MACRO CONSTANT TYPEDEF //--------------------------------------------------------------------+ -typedef bool (*tuh_complete_cb_t)(xfer_result_t result); typedef bool (*tuh_control_complete_cb_t)(uint8_t daddr, tusb_control_request_t const * request, xfer_result_t result); //--------------------------------------------------------------------+ |
