소스 검색

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