mirror of
https://github.com/hathach/tinyusb.git
synced 2025-01-31 05:52:55 +08:00
more fix
This commit is contained in:
parent
ffdffc7e06
commit
e7d212f337
@ -39,7 +39,7 @@ INC += \
|
||||
$(TOP)/$(BOARD_PATH)
|
||||
|
||||
# For freeRTOS port source
|
||||
FREERTOS_PORTABLE_SRC = ARM_CM33_NTZ/non_secure
|
||||
FREERTOS_PORTABLE_SRC = $(FREERTOS_PORTABLE_PATH)/ARM_CM33_NTZ/non_secure
|
||||
|
||||
# flash target using on-board stlink
|
||||
flash: flash-stlink
|
||||
|
@ -24,8 +24,8 @@
|
||||
* This file is part of the TinyUSB stack.
|
||||
*/
|
||||
|
||||
#ifndef _LINK_RA_H_
|
||||
#define _LINK_RA_H_
|
||||
#ifndef _RUSB2_RA_H_
|
||||
#define _RUSB2_RA_H_
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
@ -57,4 +57,4 @@ TU_ATTR_ALWAYS_INLINE static inline void rusb2_phy_init(void)
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* _LINK_RA_H_ */
|
||||
#endif /* _RUSB2_RA_H_ */
|
||||
|
@ -26,8 +26,8 @@
|
||||
* This file is part of the TinyUSB stack.
|
||||
*/
|
||||
|
||||
#ifndef _LINK_RX_H_
|
||||
#define _LINK_RX_H_
|
||||
#ifndef _RUSB2_RX_H_
|
||||
#define _RUSB2_RX_H_
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
@ -71,4 +71,4 @@ TU_ATTR_ALWAYS_INLINE static inline void rusb2_phy_init(void)
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* _LINK_RX_H_ */
|
||||
#endif /* _RUSB2_RX_H_ */
|
||||
|
@ -24,8 +24,8 @@
|
||||
* This file is part of the TinyUSB stack.
|
||||
*/
|
||||
|
||||
#ifndef _TUSB_LINK_TYPE_H_
|
||||
#define _TUSB_LINK_TYPE_H_
|
||||
#ifndef _TUSB_RUSB2_TYPE_H_
|
||||
#define _TUSB_RUSB2_TYPE_H_
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
@ -1666,4 +1666,4 @@ TU_VERIFY_STATIC(offsetof(RUSB2_REG_t, DPUSR1R_FS ) == 0x00000404, "incorrect of
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif /* _TUSB_LINK_TYPE_H_ */
|
||||
#endif /* _TUSB_RUSB2_TYPE_H_ */
|
||||
|
Loading…
x
Reference in New Issue
Block a user