mirror of https://github.com/ARMmbed/mbed-os.git
Merge pull request #353 from SeppoTakalo/master
Enable client and nanostack builds.
commit
c0c5a70b19
2
core.lib
2
core.lib
|
@ -1 +1 @@
|
|||
https://github.com/mbedmicro/mbed/#d0db5c94e5ce899412280d8c71d65850e0c8b30b
|
||||
https://github.com/mbedmicro/mbed/#42561b91931e793fe0151fbd3852c924fe394016
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
https://github.com/ARMmbed/atmel-rf-driver/#0e3cc04ffd2dc36c0d3edd6be5692fdc5bd9e682
|
|
@ -14,7 +14,7 @@
|
|||
* limitations under the License.
|
||||
*/
|
||||
|
||||
#include "Socket.h"
|
||||
#include "NetworkSocketAPI/Socket.h"
|
||||
|
||||
Socket::Socket()
|
||||
: _iface(0)
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
#ifndef TCPSERVER_H
|
||||
#define TCPSERVER_H
|
||||
|
||||
#include "Socket.h"
|
||||
#include "NetworkSocketAPI/Socket.h"
|
||||
#include "TCPSocket.h"
|
||||
#include "NetworkStack.h"
|
||||
#include "Semaphore.h"
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
#ifndef TCPSOCKET_H
|
||||
#define TCPSOCKET_H
|
||||
|
||||
#include "Socket.h"
|
||||
#include "NetworkSocketAPI/Socket.h"
|
||||
#include "NetworkStack.h"
|
||||
#include "Semaphore.h"
|
||||
|
||||
|
|
|
@ -17,7 +17,7 @@
|
|||
#ifndef UDPSOCKET_H
|
||||
#define UDPSOCKET_H
|
||||
|
||||
#include "Socket.h"
|
||||
#include "NetworkSocketAPI/Socket.h"
|
||||
#include "NetworkStack.h"
|
||||
#include "Semaphore.h"
|
||||
|
||||
|
|
Loading…
Reference in New Issue