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.
Diff: simplelink/cc3100_socket.cpp
- Revision:
- 19:3dd3e7f30f8b
- Parent:
- 0:50cedd586816
--- a/simplelink/cc3100_socket.cpp Thu Sep 03 20:10:39 2015 +0000
+++ b/simplelink/cc3100_socket.cpp Thu Sep 10 17:56:09 2015 +0000
@@ -74,7 +74,8 @@
(1440 - SL_SOCKET_PAYLOAD_BASE) /* Default */
};
-#ifndef SL_PLATFORM_MULTI_THREADED
+//#ifndef SL_PLATFORM_MULTI_THREADED
+#if (!defined (SL_PLATFORM_MULTI_THREADED)) && (!defined (SL_PLATFORM_EXTERNAL_SPAWN))
cc3100_socket::cc3100_socket(cc3100_driver &driver, cc3100_nonos &nonos)
: _driver(driver), _nonos(nonos)
{