diff options
Diffstat (limited to 'tinyusb/host/hcd.h')
| -rw-r--r-- | tinyusb/host/hcd.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/tinyusb/host/hcd.h b/tinyusb/host/hcd.h index a9932af08..64bf28205 100644 --- a/tinyusb/host/hcd.h +++ b/tinyusb/host/hcd.h @@ -38,10 +38,14 @@ #ifndef _TUSB_HCD_H_ #define _TUSB_HCD_H_ +#include "common/common.h" + #ifdef __cplusplus extern "C" { #endif +TUSB_Error_t hcd_init() ATTR_WARN_UNUSED_RESULT; + #ifdef __cplusplus } #endif |
