Merge pull request #353 from SeppoTakalo/master

Enable client and nanostack builds.
Sam Grove 2016-06-16 02:41:07 +01:00 committed by GitHub
commit c0c5a70b19
7 changed files with 5 additions and 6 deletions

View File

@ -1 +1 @@
https://github.com/mbedmicro/mbed/#d0db5c94e5ce899412280d8c71d65850e0c8b30b
https://github.com/mbedmicro/mbed/#42561b91931e793fe0151fbd3852c924fe394016

View File

@ -1 +0,0 @@
https://github.com/ARMmbed/atmel-rf-driver/#0e3cc04ffd2dc36c0d3edd6be5692fdc5bd9e682

View File

@ -14,7 +14,7 @@
* limitations under the License.
*/
#include "Socket.h"
#include "NetworkSocketAPI/Socket.h"
Socket::Socket()
: _iface(0)

View File

@ -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"

View File

@ -17,7 +17,7 @@
#ifndef TCPSOCKET_H
#define TCPSOCKET_H
#include "Socket.h"
#include "NetworkSocketAPI/Socket.h"
#include "NetworkStack.h"
#include "Semaphore.h"

View File

@ -17,7 +17,7 @@
#ifndef UDPSOCKET_H
#define UDPSOCKET_H
#include "Socket.h"
#include "NetworkSocketAPI/Socket.h"
#include "NetworkStack.h"
#include "Semaphore.h"