diff options
| author | hathach <[email protected]> | 2021-05-27 18:18:30 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2021-05-27 18:34:07 +0700 |
| commit | 9ad6fadf6a65363f9873178e7f80c923452bfb47 (patch) | |
| tree | 181cf339534e2c2e946e050e4997647bb4f473e8 /src/host/usbh.h | |
| parent | f384d6f67e200b855e7b07a1fc3218c874e43a42 (diff) | |
more include clean up
Diffstat (limited to 'src/host/usbh.h')
| -rw-r--r-- | src/host/usbh.h | 9 |
1 files changed, 1 insertions, 8 deletions
diff --git a/src/host/usbh.h b/src/host/usbh.h index 590c8a359..a9790b484 100644 --- a/src/host/usbh.h +++ b/src/host/usbh.h @@ -34,10 +34,7 @@ extern "C" { #endif -//--------------------------------------------------------------------+ -// INCLUDE -//--------------------------------------------------------------------+ -#include "osal/osal.h" // TODO refractor move to common.h ? +#include "common/tusb_common.h" #include "hcd.h" //--------------------------------------------------------------------+ @@ -68,10 +65,6 @@ typedef struct { typedef bool (*tuh_control_complete_cb_t)(uint8_t dev_addr, tusb_control_request_t const * request, xfer_result_t result); //--------------------------------------------------------------------+ -// INTERNAL OBJECT & FUNCTION DECLARATION -//--------------------------------------------------------------------+ - -//--------------------------------------------------------------------+ // APPLICATION API //--------------------------------------------------------------------+ |
