Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

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

‎test/src/Stream/test_parseFloat.cpp‎

Lines changed: 2 additions & 0 deletions
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
**************************************************************************************/

‎test/src/Stream/test_parseInt.cpp‎

Lines changed: 2 additions & 0 deletions
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)

AltStyle によって変換されたページ (->オリジナル) /