Skip to content

Commit 87523f2

Browse files
authored
Merge pull request #3288 from hathach/h7rs_typo
stm32h7rs: fix typo in makefile
2 parents 21ed72b + e976a80 commit 87523f2

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)