diff options
Diffstat (limited to 'tinyusb/hal/hal.h')
| -rw-r--r-- | tinyusb/hal/hal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tinyusb/hal/hal.h b/tinyusb/hal/hal.h index 4c317302b..10a5c184e 100644 --- a/tinyusb/hal/hal.h +++ b/tinyusb/hal/hal.h @@ -69,7 +69,7 @@ * \return Error Code of the \ref TUSB_ERROR enum * \note */ -TUSB_Error_t hal_init(); +tusb_error_t hal_init(); /** * Enable USB Interrupt |
