We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2af4a9c commit d6a2632Copy full SHA for d6a2632
api/Print.h
@@ -93,4 +93,4 @@ class Print
93
};
94
95
}
96
-using namespace arduino;
+using arduino::Print;
api/String.h
@@ -255,5 +255,7 @@ class StringSumHelper : public String
255
256
} // namespace arduino
257
258
+using arduino::__FlashStringHelper;
259
+
260
#endif // __cplusplus
261
#endif // __ARDUINO_STRINGS__
api/Udp.h
@@ -87,6 +87,4 @@ class UDP : public Stream {
87
uint8_t* rawIPAddress(IPAddress& addr) { return addr.raw_address(); };
88
89
90
-}
91
-
92
+}
0 commit comments