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.
Dependents: ThingPlug_WiFi_Example ThingPlug_WiFi_Example_2
Fork of SNICInterface by
Diff: SNIC/SNIC_UartCommandManager.cpp
- Revision:
- 22:a9ec0cad4f84
- Parent:
- 20:dd736d328de6
- Child:
- 26:f2e1030964e4
diff -r dda155fe5048 -r a9ec0cad4f84 SNIC/SNIC_UartCommandManager.cpp
--- a/SNIC/SNIC_UartCommandManager.cpp Thu Mar 27 07:14:21 2014 +0000
+++ b/SNIC/SNIC_UartCommandManager.cpp Thu Mar 27 07:37:55 2014 +0000
@@ -154,7 +154,7 @@
// Get socket id from payload
socket_id = payload_p[2];
// Get Connection information
- tagCONNECT_INFO_T *con_info_p = instance_p->getConnectInfo( socket_id );
+ C_SNIC_Core::tagCONNECT_INFO_T *con_info_p = instance_p->getConnectInfo( socket_id );
if( con_info_p == NULL )
{
return;
