From 1a05ac1480aee9c8e0a75fb784b744bebc8fa47d Mon Sep 17 00:00:00 2001 From: rusefillc Date: Fri, 27 Dec 2024 16:35:40 -0500 Subject: [PATCH] unit_tests "logic analyzer" style output #6403 only:helping build --- firmware/controllers/trigger/trigger_decoder.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/controllers/trigger/trigger_decoder.h b/firmware/controllers/trigger/trigger_decoder.h index 4027858409..ec2156d6b4 100644 --- a/firmware/controllers/trigger/trigger_decoder.h +++ b/firmware/controllers/trigger/trigger_decoder.h @@ -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;