rename hal_usb to hal_tusb.h

This commit is contained in:
hathach 2018-03-09 19:55:01 +07:00
parent 3e42845153
commit 5f69029dcd
3 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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