use tu_static instead of static _fuzz_thread
This commit is contained in:
@@ -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
|
||||
|
Reference in New Issue
Block a user