Skip to content

Commit 9666fc2

Browse files
andreagilardonipennam
authored andcommitted
codestyle unification
1 parent 9f0dc38 commit 9666fc2

File tree

3 files changed

+98
-104
lines changed

3 files changed

+98
-104
lines changed

Diff for: libraries/WiFiS3/src/Modem.cpp

+1
Original file line numberDiff line numberDiff line change
@@ -207,6 +207,7 @@ bool ModemClass::buf_read(const string &prompt, string &data_res) {
207207
while( _serial->available() ){
208208
char c = _serial->read();
209209
data_res += c;
210+
210211

211212
if(_serial_debug && _debug_level >= 1) {
212213
_serial_debug->print(c);

0 commit comments

Comments
 (0)