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 | |
| parent | 3e428451535b4f5592c85b15970df1a2af2178e7 (diff) | |
rename hal_usb to hal_tusb.h
| -rw-r--r-- | hw/mcu/nxp/lpc43xx/hal/hal_lpc43xx.c | 2 | ||||
| -rw-r--r-- | hw/mcu/nxp/lpc43xx/hal/hal_tusb.h (renamed from hw/mcu/nxp/lpc43xx/hal/hal_usb.h) | 0 | ||||
| -rw-r--r-- | tinyusb/tusb_hal.h | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/hw/mcu/nxp/lpc43xx/hal/hal_lpc43xx.c b/hw/mcu/nxp/lpc43xx/hal/hal_lpc43xx.c index 056448fda..b82829b5a 100644 --- a/hw/mcu/nxp/lpc43xx/hal/hal_lpc43xx.c +++ b/hw/mcu/nxp/lpc43xx/hal/hal_lpc43xx.c @@ -36,7 +36,7 @@ */
/**************************************************************************/
-#include "hal_usb.h"
+#include "hal_tusb.h"
#include "tusb.h"
#if TUSB_CFG_MCU == MCU_LPC43XX
diff --git a/hw/mcu/nxp/lpc43xx/hal/hal_usb.h b/hw/mcu/nxp/lpc43xx/hal/hal_tusb.h index f4de45b3e..f4de45b3e 100644 --- a/hw/mcu/nxp/lpc43xx/hal/hal_usb.h +++ b/hw/mcu/nxp/lpc43xx/hal/hal_tusb.h 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
|
