diff options
| author | hathach <[email protected]> | 2018-03-02 21:48:49 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-03-02 21:48:49 +0700 |
| commit | b0a6395a4526b07fe66b356e7990a11fe6b815a9 (patch) | |
| tree | b4f6c6fa64ea511056615bf302a50c21f9d7685e /tinyusb | |
| parent | 3ad676e9735562941ffcaab1c5993b5d30146127 (diff) | |
rename hal_mcu to hal_usb
Diffstat (limited to 'tinyusb')
| -rw-r--r-- | tinyusb/tusb_hal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tinyusb/tusb_hal.h b/tinyusb/tusb_hal.h index 2128702f3..1d46bcd20 100644 --- a/tinyusb/tusb_hal.h +++ b/tinyusb/tusb_hal.h @@ -54,7 +54,7 @@ extern "C" { #include "common/compiler/compiler.h"
// from mcu port
-#include "hal_mcu.h"
+#include "hal_usb.h"
//--------------------------------------------------------------------+
// HAL API
|
