Skip to content

Commit b143641

Browse files
Merge pull request #4 from rajkan01/fix_netsocket_include
Update netsocket header reference path in ESP header
2 parents e8cf91c + 90db3fe commit b143641

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ESP32/ESP32.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@
2424
#include <stdlib.h>
2525
#include "drivers/DigitalOut.h"
2626
#include "drivers/SerialBase.h"
27-
#include "features/netsocket/nsapi_types.h"
28-
#include "features/netsocket/WiFiAccessPoint.h"
27+
#include "netsocket/nsapi_types.h"
28+
#include "netsocket/WiFiAccessPoint.h"
2929
#include "PinNames.h"
3030
#include "platform/ATCmdParser.h"
3131
#include "platform/Callback.h"

0 commit comments

Comments
 (0)