mirror of
https://github.com/arduino/Arduino.git
synced 2025-01-18 07:52:14 +01:00
61a3558946
Stream::find(char *target) passes an empty terminator string to Stream::findUntil(char *target, char *terminator) which caused a compiler warning with the updated toolchain, so cast it to a char*.