rename hal_mcu to hal_usb

This commit is contained in:
hathach 2018-03-02 21:48:49 +07:00
parent 3ad676e973
commit b0a6395a45
4 changed files with 3 additions and 3 deletions

View File

@ -37,7 +37,7 @@
/**************************************************************************/
#include "common/common.h"
#include "hal_mcu.h"
#include "hal_usb.h"
#if TUSB_CFG_MCU == MCU_LPC175X_6X

View File

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

View File

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