summaryrefslogtreecommitdiff
path: root/examples
diff options
context:
space:
mode:
authorHa Thach <[email protected]>2020-04-26 15:23:11 +0700
committerGitHub <[email protected]>2020-04-26 15:23:11 +0700
commitd54343e4a6bc84549caf69ecd26a98852127ef3f (patch)
tree1c4fcfb14c715023051d800a170fe6e82606b463 /examples
parentf1ecda392ffcc0c114269c3b6c318a2d0a50e2f5 (diff)
parent9c8517a8d2603a0ce3a16c8cc144749d2ba9fece (diff)
Merge pull request #379 from hathach/add-usbd-edpt-open
add usbd edpt open
Diffstat (limited to 'examples')
-rw-r--r--examples/make.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/make.mk b/examples/make.mk
index 319ceece8..449dc899d 100644
--- a/examples/make.mk
+++ b/examples/make.mk
@@ -84,7 +84,7 @@ endif
ifeq ($(LOGGER),rtt)
RTT_SRC = lib/SEGGER_RTT
- CFLAGS += -DLOGGER_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