We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a385de9 commit 6dec2cbCopy full SHA for 6dec2cb
api/Udp.h
@@ -87,4 +87,6 @@ class UDP : public Stream {
87
uint8_t* rawIPAddress(IPAddress& addr) { return addr.raw_address(); };
88
};
89
90
-}
+}
91
+
92
+using namespace arduino;
0 commit comments