Skip to content

Commit f66d9dc

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

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

Diff for: test/src/Stream/test_parseFloat.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,8 @@
1212

1313
#include <float.h>
1414

15+
using namespace arduino;
16+
1517
/**************************************************************************************
1618
* TEST CODE
1719
**************************************************************************************/

Diff for: test/src/Stream/test_parseInt.cpp

+2
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@
1414
* TEST CODE
1515
**************************************************************************************/
1616

17+
using namespace arduino;
18+
1719
TEST_CASE ("Testing parseInt(LookaheadMode lookahead = SKIP_ALL, char ignore = NO_IGNORE_CHAR)", "[Stream-parseInt-01]")
1820
{
1921
StreamMock mock;

0 commit comments

Comments
 (0)