diff options
| author | Ha Thach <[email protected]> | 2025-07-02 18:15:37 +0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2025-07-02 18:15:37 +0700 |
| commit | 963971c6aa14411f0cc6f0c4f727d199c738e2a5 (patch) | |
| tree | 45124e4246dd415bcab22119fa6b21f9ff363be3 /test/fuzz/make.mk | |
| parent | 0d6cb38163692fa8795d75b8eda9454c579bea4a (diff) | |
| parent | a52e5ce99aa4fba305e5b8639360d5b3990d7475 (diff) | |
Merge pull request #3157 from hathach/update-buildsystem
Update buildsystem
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 |
