summaryrefslogtreecommitdiff
path: root/test/fuzz/make.mk
diff options
context:
space:
mode:
authorhathach <[email protected]>2025-07-10 17:18:17 +0700
committerhathach <[email protected]>2025-07-10 17:18:17 +0700
commit77be5f96e48cd6810538173f2311a51592ecd17a (patch)
tree49283b92773740657b03f640f72ce5be8cb92d52 /test/fuzz/make.mk
parentdee6b369235e3440f9237ae0e74f81edca95f6b7 (diff)
parent546e8413b5ed05a8c35b8dbe7792516a3cd631fa (diff)
Merge branch 'master' into fork/roma-jam/feature/add_tusb_teardown
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