Extra comment blocks removed from SIM800

This commit is contained in:
Sara Damiano
2018-09-12 15:43:04 -04:00
parent 34104d18fe
commit 115b6c1a4a

View File

@@ -39,23 +39,9 @@ enum RegStatus {
REG_UNKNOWN = 4,
};
//============================================================================//
//============================================================================//
// Declaration of the TinyGsmSim800 Class
//============================================================================//
//============================================================================//
class TinyGsmSim800 : public TinyGsmModem
{
//============================================================================//
//============================================================================//
// The Internal SIM800 Client Class
//============================================================================//
//============================================================================//
public:
class GsmClient : public Client