This commit is contained in:
Philippe Teuwen 2019-07-23 21:40:01 +02:00
commit 544fb30ce6
6 changed files with 8 additions and 8 deletions

View file

@ -26,7 +26,7 @@ typedef struct rdv40_spiffs_fsinfo {
uint32_t blockSize;
uint32_t pageSize;
uint32_t maxOpenFiles;
uint32_t maxPathLenght;
uint32_t maxPathLength;
uint32_t totalBytes, usedBytes, freeBytes;
uint32_t usedPercent, freePercent;
} rdv40_spiffs_fsinfo;