1
0
mirror of https://github.com/arduino/Arduino.git synced 2025-02-28 22:54:20 +01:00
Matt Robinson 61a3558946 Cast empty string to char* to fix compiler warning
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*.
2014-07-17 16:51:35 +01:00
..
2014-02-19 16:09:30 +01:00
2014-02-18 22:32:24 +01:00
2013-12-24 13:22:42 +01:00
2012-09-11 23:24:00 +02:00
2012-10-09 16:43:38 +02:00
2012-10-12 16:09:54 +02:00