diff options
| author | hathach <[email protected]> | 2025-07-02 17:27:03 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2025-07-02 17:27:03 +0700 |
| commit | a64e3eb0aa661db14eb647e2f75059815741112f (patch) | |
| tree | df861940fe70ae28136ebe966b48bd1622195514 /test/fuzz | |
| parent | 52f0427096a9e20b62dc3055a153a60e50317297 (diff) | |
update board_test always output to uart regardless of LOGGER option
Diffstat (limited to 'test/fuzz')
| -rw-r--r-- | test/fuzz/make.mk | 6 |
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 |
