Followup to SD menu optimization (#15252)

This commit is contained in:
Tanguy Pruvot
2019-09-14 13:42:28 +02:00
committed by Scott Lahteine
parent 61e3f119f4
commit 15bea5043c
5 changed files with 10 additions and 7 deletions

View File

@@ -286,7 +286,7 @@ class SdBaseFile {
*/
bool isRoot() const { return type_ == FAT_FILE_TYPE_ROOT_FIXED || type_ == FAT_FILE_TYPE_ROOT32; }
bool getFilename(char * const name);
bool getDosName(char * const name);
void ls(uint8_t flags = 0, uint8_t indent = 0);
bool mkdir(SdBaseFile* dir, const char* path, bool pFlag = true);