mirror of
https://github.com/arduino/Arduino.git
synced 2025-03-30 16:35:57 +02:00
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*.