arduino-esp32/libraries/SD/src
Luc ce340faf94 Clean warnings when all warning enabled (#2112)
* Clean warnings when all warning enabled

Not used variables / functions due to debug log

Dual define with different values :
cores\esp32/binary.h
#define B110 6
#define B1000000 64

tools/sdk/include/newlib/sys/termios.h
#define B110        3
#define B1000000   23

Local variable returned in WiFiclient Secure

* change due to deprecated function

* Update with proper variable and label

* Update esp32-hal-i2c.c

* Apply changes requested

* Fix warnings due to #define conflict thanks @atanisoft
2018-11-29 11:34:55 +01:00
..
sd_defines.h Add FS, SD and SD_MMC (#256) 2017-03-10 15:25:38 +01:00
sd_diskio_crc.c Add FS, SD and SD_MMC (#256) 2017-03-10 15:25:38 +01:00
sd_diskio.cpp Clean warnings when all warning enabled (#2112) 2018-11-29 11:34:55 +01:00
sd_diskio.h Add FS, SD and SD_MMC (#256) 2017-03-10 15:25:38 +01:00
SD.cpp Fix wrong size reported for cards above 16GB 2017-11-06 16:20:42 +02:00
SD.h Add totalBytes / usedBytes to SD/SDMMC (#673) 2017-09-28 10:01:02 +08:00