Removed default stream

This commit is contained in:
Sara Damiano
2018-09-12 17:41:16 -04:00
parent 9997d61bed
commit 84811fb9d5
7 changed files with 0 additions and 28 deletions

View File

@@ -174,11 +174,7 @@ private:
public:
#ifdef GSM_DEFAULT_STREAM
TinyGsmM590(Stream& stream = GSM_DEFAULT_STREAM)
#else
TinyGsmM590(Stream& stream)
#endif
: stream(stream)
{
memset(sockets, 0, sizeof(sockets));