use tu_static instead of static _fuzz_thread

This commit is contained in:
hathach
2023-02-22 16:23:40 +07:00
parent 557bf82336
commit 498989ee00
17 changed files with 56 additions and 56 deletions

View File

@@ -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