summaryrefslogtreecommitdiff
path: root/test/fuzz/dcd_fuzz.cc
diff options
context:
space:
mode:
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 294977269..6403015dd 100644
--- a/test/fuzz/dcd_fuzz.cc
+++ b/test/fuzz/dcd_fuzz.cc
@@ -39,7 +39,7 @@ struct State {
uint8_t address;
};
-static _fuzz_thread State state = {false, 0, 0};
+tu_static State state = {false, 0, 0};
//--------------------------------------------------------------------+
// Controller API