mirror of
https://github.com/hathach/tinyusb.git
synced 2025-04-17 08:45:13 +00:00
rename hal_mcu to hal_usb
This commit is contained in:
parent
3ad676e973
commit
b0a6395a45
@ -37,7 +37,7 @@
|
||||
/**************************************************************************/
|
||||
|
||||
#include "common/common.h"
|
||||
#include "hal_mcu.h"
|
||||
#include "hal_usb.h"
|
||||
|
||||
#if TUSB_CFG_MCU == MCU_LPC175X_6X
|
||||
|
||||
|
@ -36,7 +36,7 @@
|
||||
*/
|
||||
/**************************************************************************/
|
||||
|
||||
#include "hal_mcu.h"
|
||||
#include "hal_usb.h"
|
||||
#include "tusb.h"
|
||||
|
||||
#if TUSB_CFG_MCU == MCU_LPC43XX
|
||||
|
@ -54,7 +54,7 @@ extern "C" {
|
||||
#include "common/compiler/compiler.h"
|
||||
|
||||
// from mcu port
|
||||
#include "hal_mcu.h"
|
||||
#include "hal_usb.h"
|
||||
|
||||
//--------------------------------------------------------------------+
|
||||
// HAL API
|
||||
|
Loading…
x
Reference in New Issue
Block a user