mirror of
https://github.com/hathach/tinyusb.git
synced 2025-02-11 00:39:57 +00:00
rename and move dcd_attr.h to tusb_mcu_attr.h
This commit is contained in:
parent
a8af609dfe
commit
99ad3ae2ca
@ -24,8 +24,8 @@
|
||||
* This file is part of the TinyUSB stack.
|
||||
*/
|
||||
|
||||
#ifndef TUSB_DCD_ATTR_H_
|
||||
#define TUSB_DCD_ATTR_H_
|
||||
#ifndef TUSB_MCU_ATTR_H_
|
||||
#define TUSB_MCU_ATTR_H_
|
||||
|
||||
#include "tusb_option.h"
|
||||
|
@ -30,7 +30,6 @@
|
||||
#include "common/tusb_common.h"
|
||||
#include "osal/osal.h"
|
||||
#include "common/tusb_fifo.h"
|
||||
#include "dcd_attr.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
|
@ -25,7 +25,6 @@
|
||||
*/
|
||||
|
||||
#include "tusb_option.h"
|
||||
#include "device/dcd_attr.h"
|
||||
|
||||
#if CFG_TUD_ENABLED && defined(DCD_ATTR_CONTROLLER_CHIPIDEA_HS)
|
||||
|
||||
|
@ -28,7 +28,6 @@
|
||||
*/
|
||||
|
||||
#include "tusb_option.h"
|
||||
#include "device/dcd_attr.h"
|
||||
|
||||
#if CFG_TUD_ENABLED && \
|
||||
( defined(DCD_ATTR_DWC2_STM32) || \
|
||||
|
@ -172,7 +172,7 @@
|
||||
#include "tusb_config.h"
|
||||
#endif
|
||||
|
||||
#include "device/dcd_attr.h"
|
||||
#include "common/tusb_mcu_attr.h"
|
||||
|
||||
//--------------------------------------------------------------------
|
||||
// RootHub Mode Configuration
|
||||
|
Loading…
x
Reference in New Issue
Block a user