Skip to content

Commit 8292863

Browse files
HardwareSerial to be exported
1 parent a323bb0 commit 8292863

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

api/HardwareSerial.h

+3-1
Original file line numberDiff line numberDiff line change
@@ -103,4 +103,6 @@ class HardwareSerial : public Stream
103103
// XXX: Are we keeping the serialEvent API?
104104
extern void serialEventRun(void) __attribute__((weak));
105105

106-
}
106+
}
107+
108+
using arduino::HardwareSerial;

0 commit comments

Comments
 (0)