We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9824f06 + da805cf commit 271c006Copy full SHA for 271c006
libraries/uIP/src/MicroIpServer.h
@@ -21,7 +21,7 @@
21
22
#include "Server.h"
23
24
-#include "MicroIPClient.h"
+#include "MicroIpClient.h"
25
26
class MicroIPServer :
27
public Server {
libraries/uIP/src/MicroIpUdp.cpp
@@ -27,8 +27,8 @@ extern "C" {
#include "Arduino.h"
28
#include "wiring_private.h"
29
#include "Udp.h"
30
-#include "MicroIP.h"
31
-#include "MicroIPUDP.h"
+#include "MicroIp.h"
+#include "MicroIpUdp.h"
32
33
struct udp_socket_params {
34
const MicroIPUDP* udp;
0 commit comments