Cleaned out big comment dividers

This commit is contained in:
Sara Damiano
2018-09-07 14:18:00 -04:00
parent cf6ff9fd2b
commit 9997d61bed
8 changed files with 3 additions and 152 deletions

View File

@@ -39,22 +39,10 @@ enum RegStatus {
REG_UNKNOWN = 4,
};
//============================================================================//
//============================================================================//
// Declaration of the TinyGsmUBLOX Class
//============================================================================//
//============================================================================//
class TinyGsmUBLOX
{
//============================================================================//
//============================================================================//
// The UBLOX Internal Client Class
//============================================================================//
//============================================================================//
public:
class GsmClient : public Client
@@ -188,12 +176,6 @@ private:
RxFifo rx;
};
//============================================================================//
//============================================================================//
// The Secure UBLOX Client Class
//============================================================================//
//============================================================================//
class GsmClientSecure : public GsmClient
{
@@ -215,11 +197,6 @@ public:
}
};
//============================================================================//
//============================================================================//
// The UBLOX Modem Functions
//============================================================================//
//============================================================================//
public: