diff options
| author | Ha Thach <[email protected]> | 2025-10-01 15:40:07 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-10-01 15:40:07 +0700 |
| commit | 43e6c9dda7be1a38236989138e1e5693a50fb5ca (patch) | |
| tree | 812110b1cd3930131f68f454bf53cfc1c957b8a0 /examples | |
| parent | 43a76636f2206f9be0eb681202a0428cad19735a (diff) | |
| parent | 94b03e2cb4c22ef260e21568f04954f6f2c99326 (diff) | |
Merge pull request #3269 from karlp/pr/fix-rtt
examples: make: fix LOGGER=rtt
Diffstat (limited to 'examples')
| -rw-r--r-- | examples/build_system/make/make.mk | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/examples/build_system/make/make.mk b/examples/build_system/make/make.mk index f70748d34..4f5d3242e 100644 --- a/examples/build_system/make/make.mk +++ b/examples/build_system/make/make.mk @@ -134,8 +134,8 @@ endif ifeq ($(LOGGER),rtt) CFLAGS += -DLOGGER_RTT #CFLAGS += -DSEGGER_RTT_MODE_DEFAULT=SEGGER_RTT_MODE_BLOCK_IF_FIFO_FULL - INC += $(TOP)/$(lib/SEGGER_RTT)/RTT - SRC_C += $(lib/SEGGER_RTT)/RTT/SEGGER_RTT.c + INC += $(TOP)/lib/SEGGER_RTT/RTT + SRC_C += lib/SEGGER_RTT/RTT/SEGGER_RTT.c endif ifeq ($(LOGGER),swo) CFLAGS += -DLOGGER_SWO |
