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.
Dependencies: mbed Servo X_NUCLEO_IKS01A2 X_NUCLEO_IDW01M1v2 NetworkSocketAPI NDefLib MQTT
Diff: X_NUCLEO_IDW01M1/intermediate.cpp
- Revision:
- 2:ba0531d896f0
- Parent:
- 0:cbf8bc43bc9e
--- a/X_NUCLEO_IDW01M1/intermediate.cpp Tue Apr 12 09:26:56 2016 +0000
+++ b/X_NUCLEO_IDW01M1/intermediate.cpp Wed Apr 13 10:14:35 2016 +0000
@@ -33,7 +33,7 @@
******************************************************************************
*/
-#include "x-nucleo-idw01m1.h"
+#include "SpwfSADevice.h"
SpwfSADevice * device;
@@ -151,6 +151,11 @@
//memcpy(user_buffer, data_ptr, 511);
}
+void ind_wifi_socket_client_remote_server_closed(uint8_t * socket_closed_id)
+{
+ device->signal_synch_wait(WiFi_MODULE_SUCCESS);
+}
+
#ifdef __cplusplus
}
#endif