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 /hw | |
| parent | 3e428451535b4f5592c85b15970df1a2af2178e7 (diff) | |
rename hal_usb to hal_tusb.h
Diffstat (limited to 'hw')
| -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 |
2 files changed, 1 insertions, 1 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 |
