1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-29 05:21:37 +03:00

Change %i to %d for ets_printf compatibility

This commit is contained in:
andig
2016-02-02 09:26:27 +01:00
parent 8a26750e63
commit 1d5d1c18c6
2 changed files with 33 additions and 34 deletions

View File

@ -274,7 +274,6 @@ public:
size_t read(uint8_t* buf, size_t size) override {
CHECKFD();
auto result = SPIFFS_read(_fs->getFs(), _fd, (void*) buf, size);
if (result < 0) {
DEBUGV("SPIFFS_read rc=%d\r\n", result);