Skip to content

Commit

Permalink
and make sure it compiles...
Browse files Browse the repository at this point in the history
  • Loading branch information
Denzo77 committed Nov 6, 2017
1 parent 3e8700d commit 30b6ebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Arduino/hardware/REV10/REV10SecureBHR/REV10SecureBHR.ino
Original file line number Diff line number Diff line change
Expand Up @@ -769,7 +769,7 @@ void loop()
const uint8_t nearOverrunThreshold = OTV0P2BASE::GSCT_MAX - 8; // ~64ms/~32 serial TX chars of grace time...

// Update internal boiler hub state and
BoilerHub.processCallsForHeat(second0, hubManager.inHubMode());
BoilerHub.processCallsForHeat((0 == TIME_LSD), hubManager.inHubMode());

// Sleep in low-power mode (waiting for interrupts) until seconds roll.
// NOTE: sleep at the top of the loop to minimise timing jitter/delay from Arduino background activity after loop() returns.
Expand Down

0 comments on commit 30b6ebf

Please sign in to comment.