Skip to content

Commit 6dec2cb

Browse files
committed
Force arduino namespace if UDP.h is included
1 parent a385de9 commit 6dec2cb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: api/Udp.h

+3-1
Original file line numberDiff line numberDiff line change
@@ -87,4 +87,6 @@ class UDP : public Stream {
8787
uint8_t* rawIPAddress(IPAddress& addr) { return addr.raw_address(); };
8888
};
8989

90-
}
90+
}
91+
92+
using namespace arduino;

0 commit comments

Comments
 (0)