Skip to content

Commit

Permalink
Fix incrementing steps done by 0
Browse files Browse the repository at this point in the history
  • Loading branch information
DominykasPetke committed Feb 21, 2024
1 parent fe894ed commit 36c02c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lms7002m/MCU_BD.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -324,7 +324,7 @@ int MCU_BD::Read_IRAM()
i = 256; // error, stop
aborted.store(true);
}
IncrementStepsDone(0);
IncrementStepsDone();
#ifndef NDEBUG
lime::debug("MCU reading IRAM: %2i/256\r", stepsDone.load());
#endif
Expand Down

0 comments on commit 36c02c7

Please sign in to comment.