Skip to content

Commit cc2863c

Browse files
committed
remove AsyncTCP from include
1 parent 70a389a commit cc2863c

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/micro_ros_arduino.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ static inline void set_microros_native_ethernet_udp_transports(byte mac[], IPAdd
8383

8484
#if defined(ESP32) && defined(HUSARNET)
8585
#include <Arduino.h>
86-
#include <AsyncTCP.h>
8786

8887
extern "C" bool arduino_husarnet_transport_open(struct uxrCustomTransport * transport);
8988
extern "C" bool arduino_husarnet_transport_close(struct uxrCustomTransport * transport);

0 commit comments

Comments
 (0)