1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-08 17:02:26 +03:00

sync with arduino avr src

This commit is contained in:
Markus Sattler
2015-06-19 10:53:35 +02:00
parent d6f62943d4
commit af4f2d5e28
5 changed files with 11 additions and 4 deletions

View File

@ -127,8 +127,7 @@ size_t ICACHE_FLASH_ATTR Print::print(const Printable& x) {
}
size_t ICACHE_FLASH_ATTR Print::println(void) {
size_t n = print("\r\n");
return n;
return print("\r\n");
}
size_t ICACHE_FLASH_ATTR Print::println(const String &s) {