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 696c5d423..ff4c7fca7 100644 --- a/tinyusb/hal/hal.h +++ b/tinyusb/hal/hal.h @@ -83,7 +83,7 @@ void hal_usb_int_enable(uint8_t coreid); */
void hal_usb_int_disable(uint8_t coreid);
-#include "hal_usb.h"
+#include "hal_mcu.h"
#ifdef __cplusplus
extern "C" {
|
