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.
Revision 33:5d5ce25405d4, committed 2019-08-06
- Comitter:
- mudassar0121
- Date:
- Tue Aug 06 12:14:22 2019 +0500
- Parent:
- 32:cba63ca70edc
- Child:
- 34:ca02f8448085
- Commit message:
- build fix
Changed in this revision
| UbloxATCellularInterface.cpp | Show annotated file Show diff for this revision Revisions of this file |
--- a/UbloxATCellularInterface.cpp Mon Aug 05 14:32:15 2019 +0500
+++ b/UbloxATCellularInterface.cpp Tue Aug 06 12:14:22 2019 +0500
@@ -249,6 +249,7 @@
{
bool activated = false;
bool success = false;
+ int active = 0;
int at_timeout = _at_timeout;
SocketAddress address;