formatting fix

This commit is contained in:
Sara Damiano
2018-10-08 18:00:25 -04:00
parent 68886a2a27
commit 9dee2ede57

View File

@@ -147,7 +147,8 @@ public:
// Workaround: sometimes SIM800 forgets to notify about data arrival.
// TODO: Currently we ping the module periodically,
// but maybe there's a better indicator that we need to poll
if (millis() - prev_check > 250) {
if (millis() - prev_check > 250)
{
got_data = true;
prev_check = millis();
}