Skip to content

Commit ae164b7

Browse files
libraries/WiFi: Fix compile errors.
Signed-off-by: Ramya Subramanyam <[email protected]>
1 parent 618f82e commit ae164b7

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

libraries/WiFi/src/WiFi.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@
88
#include "WiFiServer.h"
99

1010
#include "cy_wcm.h"
11-
#include <stdint.h>
1211

1312
/**
1413
* TODO:

libraries/WiFi/src/WiFiServer.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@
33

44
#include "Server.h"
55
#include <SecSocket.h>
6-
#include <Socket.h>
76
#include <WiFiClient.h>
87
#include <stdint.h>
98
#include <vector>

0 commit comments

Comments
 (0)