Skip to content

Commit e7d212f

Browse files
committed
more fix
1 parent ffdffc7 commit e7d212f

File tree

4 files changed

+10
-10
lines changed

4 files changed

+10
-10
lines changed

hw/bsp/stm32u5/family.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ INC += \
3939
$(TOP)/$(BOARD_PATH)
4040

4141
# For freeRTOS port source
42-
FREERTOS_PORTABLE_SRC = ARM_CM33_NTZ/non_secure
42+
FREERTOS_PORTABLE_SRC = $(FREERTOS_PORTABLE_PATH)/ARM_CM33_NTZ/non_secure
4343

4444
# flash target using on-board stlink
4545
flash: flash-stlink

src/portable/renesas/rusb2/rusb2_ra.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
* This file is part of the TinyUSB stack.
2525
*/
2626

27-
#ifndef _LINK_RA_H_
28-
#define _LINK_RA_H_
27+
#ifndef _RUSB2_RA_H_
28+
#define _RUSB2_RA_H_
2929

3030
#ifdef __cplusplus
3131
extern "C" {
@@ -57,4 +57,4 @@ TU_ATTR_ALWAYS_INLINE static inline void rusb2_phy_init(void)
5757
}
5858
#endif
5959

60-
#endif /* _LINK_RA_H_ */
60+
#endif /* _RUSB2_RA_H_ */

src/portable/renesas/rusb2/rusb2_rx.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,8 @@
2626
* This file is part of the TinyUSB stack.
2727
*/
2828

29-
#ifndef _LINK_RX_H_
30-
#define _LINK_RX_H_
29+
#ifndef _RUSB2_RX_H_
30+
#define _RUSB2_RX_H_
3131

3232
#ifdef __cplusplus
3333
extern "C" {
@@ -71,4 +71,4 @@ TU_ATTR_ALWAYS_INLINE static inline void rusb2_phy_init(void)
7171
}
7272
#endif
7373

74-
#endif /* _LINK_RX_H_ */
74+
#endif /* _RUSB2_RX_H_ */

src/portable/renesas/rusb2/rusb2_type.h

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
* This file is part of the TinyUSB stack.
2525
*/
2626

27-
#ifndef _TUSB_LINK_TYPE_H_
28-
#define _TUSB_LINK_TYPE_H_
27+
#ifndef _TUSB_RUSB2_TYPE_H_
28+
#define _TUSB_RUSB2_TYPE_H_
2929

3030
#include <stdint.h>
3131

@@ -1666,4 +1666,4 @@ TU_VERIFY_STATIC(offsetof(RUSB2_REG_t, DPUSR1R_FS ) == 0x00000404, "incorrect of
16661666
}
16671667
#endif
16681668

1669-
#endif /* _TUSB_LINK_TYPE_H_ */
1669+
#endif /* _TUSB_RUSB2_TYPE_H_ */

0 commit comments

Comments
 (0)