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 mbed-client by
Diff: source/nsdlaccesshelper.cpp
- Revision:
- 4:ae5178938864
- Parent:
- 1:79b6cc67d8b4
--- a/source/nsdlaccesshelper.cpp Fri Feb 19 17:44:50 2016 +0000
+++ b/source/nsdlaccesshelper.cpp Sat Apr 02 00:31:13 2016 +0300
@@ -78,9 +78,11 @@
void __nsdl_c_bootstrap_done(sn_nsdl_oma_server_info_t *server_info_ptr)
{
+#ifndef YOTTA_CFG_DISABLE_BOOTSTRAP_FEATURE
if(__nsdl_interface) {
__nsdl_interface->bootstrap_done_callback(server_info_ptr);
}
+#endif //YOTTA_CFG_DISABLE_BOOTSTRAP_FEATURE
}
void* __socket_malloc( void * context, size_t size)
