Skip to content

Commit 6a7beb6

Browse files
committed
WiFiUDP.h; use UDP.h
1 parent e77ab66 commit 6a7beb6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ArduinoCore-Linux/cores/arduino/WiFiUdp.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
*/
1919

2020
#pragma once
21-
#include "EthernetUDP.h"
21+
#include "UDP.h"
2222

2323
namespace arduino {
2424

0 commit comments

Comments
 (0)