Skip to content

Commit 215a1d7

Browse files
author
Veijo Pesonen
committed
Adds missing includes
1 parent 234d9e0 commit 215a1d7

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

ESP8266/ESP8266.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818
#define ESP8266_H
1919

2020
#include "ATCmdParser.h"
21+
#include "Mutex.h"
2122
#include "nsapi_types.h"
2223
#include "rtos.h"
2324

ESP8266Interface.h

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,15 @@
1818
#define ESP8266_INTERFACE_H
1919

2020
#include "mbed.h"
21-
#include "ESP8266.h"
2221

22+
#include "Callback.h"
23+
#include "netsocket/nsapi_types.h"
24+
#include "netsocket/NetworkInterface.h"
25+
#include "netsocket/NetworkStack.h"
26+
#include "netsocket/WiFiAccessPoint.h"
27+
#include "netsocket/WiFiInterface.h"
28+
29+
#include "ESP8266.h"
2330

2431
#define ESP8266_SOCKET_COUNT 5
2532

0 commit comments

Comments
 (0)