We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 36e3748 commit ade74bdCopy full SHA for ade74bd
PJONModuleInterfaceSet.h
@@ -76,7 +76,7 @@ class PJONModuleInterfaceSet : public ModuleInterfaceSet {
76
#ifdef DEBUG_PRINT
77
if (do_sync) {Serial.print(F("Scheduled broadcast of time sync: ")); Serial.println(now()); }
78
#endif
79
- // Check in any module has reported that is it missing time
+ // Check if any module has reported that is it missing time
80
if (!do_sync) {
81
for (uint8_t i = 0; i < num_interfaces; i++) if (interfaces[i]->status_bits & MISSING_TIME) {
82
0 commit comments