summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorhathach <[email protected]>2023-02-22 11:47:09 +0700
committerhathach <[email protected]>2023-02-22 11:47:09 +0700
commit03ec49450d2109a0e6ede3672e95426fd87aa48f (patch)
treeac0a78722a421177931ebd8ccc04034893f929b1 /test
parent18c3095346159a4f5c3db9775b4f7c6aebca77c2 (diff)
rename maros from FUZZ to _FUZZ, change TU_STATIC to static _fuzz_thread
Diffstat (limited to 'test')
-rw-r--r--test/fuzz/make.mk2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fuzz/make.mk b/test/fuzz/make.mk
index 5e8658ad0..e7c5518e7 100644
--- a/test/fuzz/make.mk
+++ b/test/fuzz/make.mk
@@ -79,7 +79,7 @@ CFLAGS += \
-Wno-error=unreachable-code \
-DOPT_MCU_FUZZ=1 \
-DCFG_TUSB_MCU=OPT_MCU_FUZZ \
- -DFUZZ
+ -D_FUZZ
CXXFLAGS += \
-xc++ \