unit_tests "logic analyzer" style output #6403

only:helping build
This commit is contained in:
rusefillc 2024-12-27 16:35:40 -05:00
parent 1a0f985a5e
commit 1a05ac1480
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ public:
/**
* TRUE if we know where we are
*/
bool shaft_is_synchronized;
bool shaft_is_synchronized = false;
efitick_t mostRecentSyncTime;
Timer previousEventTimer;