Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3f4fd3a

Browse files
committed
Fix CI without explicit Arduino.h include
1 parent db53d3d commit 3f4fd3a

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

api/Stream.h

+2
Original file line numberDiff line numberDiff line change
@@ -128,4 +128,6 @@ class Stream : public Print
128128

129129
#undef NO_IGNORE_CHAR
130130

131+
using arduino::LookaheadMode;
132+
131133
}

0 commit comments

Comments
 (0)