瀏覽代碼

rename hal_usb to hal_tusb.h

hathach 8 年之前
父節點
當前提交
5f69029dcd
共有 3 個文件被更改,包括 2 次插入2 次删除
  1. 1 1
      hw/mcu/nxp/lpc43xx/hal/hal_lpc43xx.c
  2. 0 0
      hw/mcu/nxp/lpc43xx/hal/hal_tusb.h
  3. 1 1
      tinyusb/tusb_hal.h

+ 1 - 1
hw/mcu/nxp/lpc43xx/hal/hal_lpc43xx.c

@@ -36,7 +36,7 @@
 */
 */
 /**************************************************************************/
 /**************************************************************************/
 
 
-#include "hal_usb.h"
+#include "hal_tusb.h"
 #include "tusb.h"
 #include "tusb.h"
 
 
 #if TUSB_CFG_MCU == MCU_LPC43XX
 #if TUSB_CFG_MCU == MCU_LPC43XX

+ 0 - 0
hw/mcu/nxp/lpc43xx/hal/hal_usb.h → hw/mcu/nxp/lpc43xx/hal/hal_tusb.h


+ 1 - 1
tinyusb/tusb_hal.h

@@ -54,7 +54,7 @@ extern "C" {
 #include "common/compiler/compiler.h"
 #include "common/compiler/compiler.h"
 
 
 // from mcu port
 // from mcu port
-#include "hal_usb.h"
+#include "hal_tusb.h"
 
 
 //--------------------------------------------------------------------+
 //--------------------------------------------------------------------+
 // HAL API
 // HAL API