We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
arduino
Learn more about funding links in repositories.
Report abuse
2 parents 2eba1c8 + ec19e38 commit bafd30dCopy full SHA for bafd30d
cores/arduino/Stream.cpp
@@ -75,7 +75,7 @@ void Stream::setTimeout(unsigned long timeout) // sets the maximum number of mi
75
// find returns true if the target string is found
76
bool Stream::find(char *target)
77
{
78
- return findUntil(target, NULL);
+ return findUntil(target, "");
79
}
80
81
// reads data from the stream until the target string of given length is found
cores/robot/Stream.cpp
0 commit comments