summaryrefslogtreecommitdiff
path: root/test/fuzz/dcd_fuzz.cc
diff options
context:
space:
mode:
authorhathach <[email protected]>2023-02-22 12:10:22 +0700
committerhathach <[email protected]>2023-02-22 12:10:22 +0700
commitbcf5e5f72918a7f5ee991f8d1cc3d4f9a3b2b306 (patch)
treed33d95db0547e3302c9b450a1d20680e1b2b1184 /test/fuzz/dcd_fuzz.cc
parent03ec49450d2109a0e6ede3672e95426fd87aa48f (diff)
missing some files
Diffstat (limited to 'test/fuzz/dcd_fuzz.cc')
-rw-r--r--test/fuzz/dcd_fuzz.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/fuzz/dcd_fuzz.cc b/test/fuzz/dcd_fuzz.cc
index 04b5ce6d7..294977269 100644
--- a/test/fuzz/dcd_fuzz.cc
+++ b/test/fuzz/dcd_fuzz.cc
@@ -39,7 +39,7 @@ struct State {
uint8_t address;
};
-TU_STATIC State state = {false, 0, 0};
+static _fuzz_thread State state = {false, 0, 0};
//--------------------------------------------------------------------+
// Controller API