Browse Source

Fixed missing semicolon

v_master
SRGDamia1 7 years ago
parent
commit
baa9768532
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      TinyGsmClientXBee.h

+ 1
- 1
TinyGsmClientXBee.h View File

@ -521,7 +521,7 @@ private:
int streamRead() { int streamRead() {
int c = stream.read(); int c = stream.read();
DBG((char)c)
DBG((char)c);
return c; return c;
} }


Loading…
Cancel
Save