Skip to content

Commit 69eb474

Browse files
committed
UART: use arduino namespace
1 parent 3b5508e commit 69eb474

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

Diff for: cores/arduino/UART.h

+2
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,8 @@
2727
#include "api/HardwareSerial.h"
2828
#include "pins_arduino.h"
2929

30+
using namespace arduino;
31+
3032
// Define constants and variables for buffering incoming serial data. We're
3133
// using a ring buffer (I think), in which head is the index of the location
3234
// to which to write the next incoming character and tail is the index of the

0 commit comments

Comments
 (0)