Skip to content

Commit

Permalink
Fix FrameSyncManager::reset() comment
Browse files Browse the repository at this point in the history
  • Loading branch information
nyanpasu64 committed Feb 6, 2023
1 parent 3c7da64 commit 93470eb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion framesync.h
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 93470eb

Please sign in to comment.