summaryrefslogtreecommitdiff
path: root/test/fuzz/make.mk
diff options
context:
space:
mode:
authorhathach <[email protected]>2025-07-03 17:07:52 +0700
committerhathach <[email protected]>2025-07-03 17:07:52 +0700
commit970c8b744e2b1b84864690ad7b0129d814528618 (patch)
treec8f3879793f169a5b32e770a032630d8427560b8 /test/fuzz/make.mk
parentea02e929b4daafb28be30b08609a6f68f64e2a0d (diff)
parent9d872d529ffa0aa53e735b24543c26156798fc64 (diff)
Merge branch 'master' into fork/HiFiPhile/stm32_cache
Diffstat (limited to 'test/fuzz/make.mk')
-rw-r--r--test/fuzz/make.mk6
1 files changed, 0 insertions, 6 deletions
diff --git a/test/fuzz/make.mk b/test/fuzz/make.mk
index b7b6d6a75..e9aa80bf1 100644
--- a/test/fuzz/make.mk
+++ b/test/fuzz/make.mk
@@ -124,11 +124,5 @@ endif
# Log level is mapped to TUSB DEBUG option
ifneq ($(LOG),)
- CMAKE_DEFSYM += -DLOG=$(LOG)
CFLAGS += -DCFG_TUSB_DEBUG=$(LOG)
endif
-
-# Logger: default is uart, can be set to rtt or swo
-ifneq ($(LOGGER),)
- CMAKE_DEFSYM += -DLOGGER=$(LOGGER)
-endif