diff options
| author | HiFiPhile <[email protected]> | 2025-10-08 21:41:32 +0200 |
|---|---|---|
| committer | HiFiPhile <[email protected]> | 2025-10-08 21:41:32 +0200 |
| commit | e976a80fb0387ecab62971b1fd06bc571ebd0f0a (patch) | |
| tree | 4db6a3e3e5fc2bb67ece769c8bec23f81b0b55d4 | |
| parent | 21ed72bab119e06e72a80fe929521ef9fa6895e9 (diff) | |
stm32h7rs: fix typo in makefile
Signed-off-by: HiFiPhile <[email protected]>
| -rw-r--r-- | hw/bsp/stm32h7rs/family.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/bsp/stm32h7rs/family.mk b/hw/bsp/stm32h7rs/family.mk index fba38448d..7082cc900 100644 --- a/hw/bsp/stm32h7rs/family.mk +++ b/hw/bsp/stm32h7rs/family.mk @@ -43,7 +43,7 @@ CFLAGS += \ -DBOARD_TUD_MAX_SPEED=${RHPORT_DEVICE_SPEED} \ -DBOARD_TUH_RHPORT=${RHPORT_HOST} \ -DBOARD_TUH_MAX_SPEED=${RHPORT_HOST_SPEED} \ - -DSEGGER_RTT_SECTION="noncacheable_buffer" \ + -DSEGGER_RTT_SECTION="\"noncacheable_buffer\"" \ -DBUFFER_SIZE_UP=0x300 \ # GCC Flags |
