diff options
Diffstat (limited to 'tinyusb/host/hcd.c')
| -rw-r--r-- | tinyusb/host/hcd.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tinyusb/host/hcd.c b/tinyusb/host/hcd.c index 28fe7008f..0fb6e68df 100644 --- a/tinyusb/host/hcd.c +++ b/tinyusb/host/hcd.c @@ -39,10 +39,10 @@ #ifdef TUSB_CFG_HOST -TUSB_Error_t hcd_init(uint8_t coreid) +tusb_error_t hcd_init(uint8_t coreid) { - return tERROR_NONE; + return TUSB_ERROR_NONE; } #endif |
