diff options
| author | hathach <[email protected]> | 2025-07-04 09:49:28 +0700 |
|---|---|---|
| committer | hathach <[email protected]> | 2025-07-04 09:49:28 +0700 |
| commit | 1b5f97ff23776279a011e2ab14a85f29e1aa6c10 (patch) | |
| tree | 0328289336a2b135cd8455dab70dd9bd77737590 /test/fuzz/make.mk | |
| parent | cd2b3a53217857930bd8519d074b355ae8933982 (diff) | |
| parent | 9d872d529ffa0aa53e735b24543c26156798fc64 (diff) | |
Merge branch 'refs/heads/master' into fork/verylowfreq/pr-ch32v-usbfs-host
Diffstat (limited to 'test/fuzz/make.mk')
| -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 |
