mirror of
https://github.com/KevinMidboe/TinyGSM.git
synced 2025-12-08 20:48:44 +00:00
Fixed missing semicolon
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user