Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: UbloxATCellularInterface.h
- Revision:
- 28:aef4a3de0de3
- Parent:
- 24:35d5b2a02df8
- Child:
- 35:ca29480080ac
--- 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.