From 93470ebfa9d6c09b4678247795d3a8dc0e46566c Mon Sep 17 00:00:00 2001 From: nyanpasu64 Date: Mon, 6 Feb 2023 03:13:16 -0800 Subject: [PATCH] Fix FrameSyncManager::reset() comment --- framesync.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/framesync.h b/framesync.h index 1c578ef3..9e1939c5 100644 --- a/framesync.h +++ b/framesync.h @@ -247,7 +247,8 @@ class FrameSyncManager } public: - // sets syncLockReady = false, which in turn starts a new findBestHtotal run in loop() + // sets syncLockReady = ready() = false, which in turn starts a new init() + // -> findBestHtotal() run in loop() static void reset(uint8_t frameTimeLockMethod) { #ifdef FS_DEBUG