mirror of
https://github.com/KevinMidboe/TinyGSM.git
synced 2025-10-29 18:00:18 +00:00
Fixed missing semicolon
This commit is contained in:
@@ -521,7 +521,7 @@ private:
|
||||
|
||||
int streamRead() {
|
||||
int c = stream.read();
|
||||
DBG((char)c)
|
||||
DBG((char)c);
|
||||
return c;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user