Removed default stream

This commit is contained in:
Sara Damiano
2018-09-12 14:49:38 -04:00
parent 844d59aeab
commit 34104d18fe
10 changed files with 0 additions and 48 deletions

View File

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