ublox-at-cellular-interface_psm

Dependents:  

Files at this revision

API Documentation at this revision

Comitter:
fahimalavi
Date:
Mon Jun 24 11:42:03 2019 +0500
Parent:
27:3d709ee8c3e1
Child:
29:773cfb0fe56c
Commit message:
Deprecated CellularBase replaced with CellularInterface

Changed in this revision

UbloxATCellularInterface.h Show annotated file Show diff for this revision Revisions of this file
--- a/UbloxATCellularInterface.h	Thu May 23 13:07:14 2019 +0500
+++ b/UbloxATCellularInterface.h	Mon Jun 24 11:42:03 2019 +0500
@@ -17,7 +17,7 @@
 #define _UBLOX_AT_CELLULAR_INTERFACE_
 
 #include "UbloxCellularBase.h"
-#include "CellularBase.h"
+#include "CellularInterface.h"
 #include "NetworkStack.h"
 
 /** UbloxATCellularInterface class.
@@ -61,7 +61,7 @@
  *  modems on the C030 and C027 boards for 2G/3G/4G modules using
  *  the IP stack running on the cellular module.
  */
-class UbloxATCellularInterface : public CellularBase, public NetworkStack, virtual public UbloxCellularBase  {
+class UbloxATCellularInterface : public CellularInterface, public NetworkStack, virtual public UbloxCellularBase  {
 
 public:
     /** Constructor.