diff options
| author | hathach <[email protected]> | 2018-03-12 22:45:35 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2018-03-12 22:45:35 +0700 |
| commit | 34dbb3532ce4a5dd22cf8e596eb007003c3dd43c (patch) | |
| tree | f441b1a73c2c17ca02278a2098c0056a44174959 /hw | |
| parent | 6f1565c50eb4043b93b54e53d0bea8e25c7d830c (diff) | |
more rename
Diffstat (limited to 'hw')
| -rw-r--r-- | hw/mcu/nxp/lpc11uxx/hal_mcu/hal_lpc11uxx.c | 2 | ||||
| -rw-r--r-- | hw/mcu/nxp/lpc13uxx/hal_mcu/hal_lpc13uxx.c | 2 | ||||
| -rw-r--r-- | hw/mcu/nxp/lpc175x_6x/hal_mcu/hal_lpc175x_6x.c | 2 | ||||
| -rw-r--r-- | hw/mcu/nxp/lpc43xx/tusb_port/dcd_lpc43xx.c | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/hw/mcu/nxp/lpc11uxx/hal_mcu/hal_lpc11uxx.c b/hw/mcu/nxp/lpc11uxx/hal_mcu/hal_lpc11uxx.c index 8bef1e9d2..0c76ac55b 100644 --- a/hw/mcu/nxp/lpc11uxx/hal_mcu/hal_lpc11uxx.c +++ b/hw/mcu/nxp/lpc11uxx/hal_mcu/hal_lpc11uxx.c @@ -36,7 +36,7 @@ */
/**************************************************************************/
-#include "common/common.h"
+#include "common/tusb_common.h"
#include "hal.h"
#if TUSB_CFG_MCU == MCU_LPC11UXX
diff --git a/hw/mcu/nxp/lpc13uxx/hal_mcu/hal_lpc13uxx.c b/hw/mcu/nxp/lpc13uxx/hal_mcu/hal_lpc13uxx.c index 2d48ab88d..18f5c1a39 100644 --- a/hw/mcu/nxp/lpc13uxx/hal_mcu/hal_lpc13uxx.c +++ b/hw/mcu/nxp/lpc13uxx/hal_mcu/hal_lpc13uxx.c @@ -36,7 +36,7 @@ */
/**************************************************************************/
-#include "common/common.h"
+#include "common/tusb_common.h"
#include "hal.h"
#if TUSB_CFG_MCU == MCU_LPC13UXX
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 940376fd3..aff018be9 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 @@ -36,7 +36,7 @@ */
/**************************************************************************/
-#include "common/common.h"
+#include "common/tusb_common.h"
#include "hal_usb.h"
#if TUSB_CFG_MCU == MCU_LPC175X_6X
diff --git a/hw/mcu/nxp/lpc43xx/tusb_port/dcd_lpc43xx.c b/hw/mcu/nxp/lpc43xx/tusb_port/dcd_lpc43xx.c index 577f431bf..34a83e670 100644 --- a/hw/mcu/nxp/lpc43xx/tusb_port/dcd_lpc43xx.c +++ b/hw/mcu/nxp/lpc43xx/tusb_port/dcd_lpc43xx.c @@ -43,7 +43,7 @@ //--------------------------------------------------------------------+
// INCLUDE
//--------------------------------------------------------------------+
-#include "common/common.h"
+#include "common/tusb_common.h"
#include "tusb_hal.h"
#include "osal/osal.h"
#include "common/timeout_timer.h"
|
