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 | |
| parent | 3ad676e9735562941ffcaab1c5993b5d30146127 (diff) | |
rename hal_mcu to hal_usb
| -rw-r--r-- | hw/mcu/nxp/lpc175x_6x/hal_mcu/hal_lpc175x_6x.c | 2 | ||||
| -rw-r--r-- | hw/mcu/nxp/lpc43xx/tusb_port/hal_lpc43xx.c | 2 | ||||
| -rw-r--r-- | hw/mcu/nxp/lpc43xx/tusb_port/hal_usb.h (renamed from hw/mcu/nxp/lpc43xx/tusb_port/hal_mcu.h) | 0 | ||||
| -rw-r--r-- | tinyusb/tusb_hal.h | 2 |
4 files changed, 3 insertions, 3 deletions
diff --git a/hw/mcu/nxp/lpc175x_6x/hal_mcu/hal_lpc175x_6x.c b/hw/mcu/nxp/lpc175x_6x/hal_mcu/hal_lpc175x_6x.c index b84cf12f4..5007217d6 100644 --- a/hw/mcu/nxp/lpc175x_6x/hal_mcu/hal_lpc175x_6x.c +++ b/hw/mcu/nxp/lpc175x_6x/hal_mcu/hal_lpc175x_6x.c @@ -37,7 +37,7 @@ /**************************************************************************/
#include "common/common.h"
-#include "hal_mcu.h"
+#include "hal_usb.h"
#if TUSB_CFG_MCU == MCU_LPC175X_6X
diff --git a/hw/mcu/nxp/lpc43xx/tusb_port/hal_lpc43xx.c b/hw/mcu/nxp/lpc43xx/tusb_port/hal_lpc43xx.c index 0e12717bc..dd154d2e4 100644 --- a/hw/mcu/nxp/lpc43xx/tusb_port/hal_lpc43xx.c +++ b/hw/mcu/nxp/lpc43xx/tusb_port/hal_lpc43xx.c @@ -36,7 +36,7 @@ */
/**************************************************************************/
-#include "hal_mcu.h"
+#include "hal_usb.h"
#include "tusb.h"
#if TUSB_CFG_MCU == MCU_LPC43XX
diff --git a/hw/mcu/nxp/lpc43xx/tusb_port/hal_mcu.h b/hw/mcu/nxp/lpc43xx/tusb_port/hal_usb.h index f4de45b3e..f4de45b3e 100644 --- a/hw/mcu/nxp/lpc43xx/tusb_port/hal_mcu.h +++ b/hw/mcu/nxp/lpc43xx/tusb_port/hal_usb.h 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
|
