diff options
| author | hathach <[email protected]> | 2018-03-09 19:55:01 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-03-09 19:55:01 +0700 |
| commit | 5f69029dcdaa8cf3120b2d58df56b230dca952d2 (patch) | |
| tree | 1e80f364496a84b0e2b23f557c7a0351fb1f3da8 /tinyusb/tusb_hal.h | |
| parent | 3e428451535b4f5592c85b15970df1a2af2178e7 (diff) | |
rename hal_usb to hal_tusb.h
Diffstat (limited to 'tinyusb/tusb_hal.h')
| -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 33d44c873..1dc905dc9 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_usb.h"
+#include "hal_tusb.h"
//--------------------------------------------------------------------+
// HAL API
|
