summaryrefslogtreecommitdiff
path: root/examples/make.mk
diff options
context:
space:
mode:
authorReinhard Panhuber <[email protected]>2020-09-04 16:23:39 +0200
committerReinhard Panhuber <[email protected]>2020-09-04 16:23:39 +0200
commit12562fc966e2c653de3f856afd7384063641dd80 (patch)
treed48b7bb3cb273cfbd1db04f75346dd107b4ec336 /examples/make.mk
parent338e96fa826b2e2bbb6fb489456202e9e4ec4fe2 (diff)
parent10d5dac9137adfd6c14d96e1079f08447eacd9d8 (diff)
Merge remote-tracking branch 'upstream/master' into uac2
Diffstat (limited to 'examples/make.mk')
-rw-r--r--examples/make.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/make.mk b/examples/make.mk
index b7917987e..6743044fd 100644
--- a/examples/make.mk
+++ b/examples/make.mk
@@ -84,7 +84,6 @@ ifeq ($(LOGGER),rtt)
RTT_SRC = lib/SEGGER_RTT
CFLAGS += -DLOGGER_RTT -DSEGGER_RTT_MODE_DEFAULT=SEGGER_RTT_MODE_BLOCK_IF_FIFO_FULL
INC += $(TOP)/$(RTT_SRC)/RTT
- SRC_C += $(RTT_SRC)/RTT/SEGGER_RTT_printf.c
SRC_C += $(RTT_SRC)/RTT/SEGGER_RTT.c
else ifeq ($(LOGGER),swo)
CFLAGS += -DLOGGER_SWO