fix(fs): remove Arduino SD initialization (#6725)
This commit is contained in:
@@ -741,8 +741,6 @@
|
||||
#define LV_USE_FS_ARDUINO_SD 0
|
||||
#if LV_USE_FS_ARDUINO_SD
|
||||
#define LV_FS_ARDUINO_SD_LETTER '\0' /*Set an upper cased letter on which the drive will accessible (e.g. 'A')*/
|
||||
#define LV_FS_ARDUINO_SD_CS_PIN 0 /*Set the pin connected to the chip select line of the SD card */
|
||||
#define LV_FS_ARDUINO_SD_FREQUENCY 40000000 /*Set the frequency used by the chip of the SD CARD */
|
||||
#endif
|
||||
|
||||
/*LODEPNG decoder library*/
|
||||
|
||||
Reference in New Issue
Block a user