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.
Fork of C027Interface by
Diff: C027Interface.h
- Revision:
- 15:21d4f56eb172
- Parent:
- 14:3d1845f5cd81
- Child:
- 16:15fa9d47f458
diff -r 3d1845f5cd81 -r 21d4f56eb172 C027Interface.h
--- a/C027Interface.h Thu Apr 21 06:53:31 2016 -0500
+++ b/C027Interface.h Tue Apr 26 20:34:29 2016 +0000
@@ -160,7 +160,7 @@
// Modem object
bool _debug;
MDMSerial *_mdm;
- char _ip_address[NSAPI_IP_SIZE];
+ SocketAddress _ip_address;
char _mac_address[NSAPI_MAC_SIZE];
char _pin[sizeof "1234"];
};
