Skip to content

Commit

Permalink
fixed comment
Browse files Browse the repository at this point in the history
  • Loading branch information
mkalkbrenner committed Dec 7, 2024
1 parent bf59823 commit 602b443
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ZeDMDComm.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ void ZeDMDComm::Run()
if (m_frames.empty())
{
m_delayedFrameMutex.lock();
// All frames are sent, move delayed frames into the frames queue.
// All frames are sent, move delayed frame into the frames queue.
if (m_delayedFrameReady)
{
m_frames.push(std::move(m_delayedFrame));
Expand Down

0 comments on commit 602b443

Please sign in to comment.