fix: Change all static variables to thread when fuzzing

This commit is contained in:
Nathaniel Brough
2023-01-20 15:40:32 -08:00
parent 8775d55adc
commit 18c3095346
20 changed files with 67 additions and 56 deletions

View File

@@ -39,7 +39,7 @@ struct State {
uint8_t address;
};
static State state = {false, 0, 0};
TU_STATIC State state = {false, 0, 0};
//--------------------------------------------------------------------+
// Controller API