diff options
| author | hathach <[email protected]> | 2018-03-02 18:22:34 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-03-02 18:22:34 +0700 |
| commit | f88e24d773ef559d1a96df43b4c4f67671bebad7 (patch) | |
| tree | f53bce2e3e80e066297e34f4ca8e55b34b02bb9d /tinyusb/hal/hal.h | |
| parent | 5b110f9f58935458929e02636337346ee257963b (diff) | |
hal update
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" {
|
