fix more host build error

This commit is contained in:
hathach
2018-12-05 21:12:10 +07:00
parent 2fa32bd949
commit 5a7493ed42
6 changed files with 24 additions and 18 deletions

View File

@@ -56,7 +56,7 @@ bool tusb_init(void)
if (_initialized) return true;
#if MODE_HOST_SUPPORTED
TU_VERIFY( usbh_init() == TUSB_ERROR_NONE ); // init host stack
TU_VERIFY( usbh_init() ); // init host stack
#endif
#if TUSB_OPT_DEVICE_ENABLED