Skip to content

Commit e976a80

Browse files
committed
stm32h7rs: fix typo in makefile
Signed-off-by: HiFiPhile <[email protected]>
1 parent 21ed72b commit e976a80

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hw/bsp/stm32h7rs/family.mk

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ CFLAGS += \
4343
-DBOARD_TUD_MAX_SPEED=${RHPORT_DEVICE_SPEED} \
4444
-DBOARD_TUH_RHPORT=${RHPORT_HOST} \
4545
-DBOARD_TUH_MAX_SPEED=${RHPORT_HOST_SPEED} \
46-
-DSEGGER_RTT_SECTION="noncacheable_buffer" \
46+
-DSEGGER_RTT_SECTION="\"noncacheable_buffer\"" \
4747
-DBUFFER_SIZE_UP=0x300 \
4848

4949
# GCC Flags

0 commit comments

Comments
 (0)