We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68c4e0b commit 58004cdCopy full SHA for 58004cd
cores/arduino/UART.h
@@ -28,6 +28,10 @@
28
#include <inttypes.h>
29
#include "api/HardwareSerial.h"
30
31
+#if ARDUINO_API_VERSION > 10000
32
+using namespace arduino;
33
+#endif
34
+
35
// Define constants and variables for buffering incoming serial data. We're
36
// using a ring buffer (I think), in which head is the index of the location
37
// to which to write the next incoming character and tail is the index of the
0 commit comments