add partition flashing
This commit is contained in:
@@ -47,7 +47,7 @@ char *GetFileAttribs(FSEntry_t entry){
|
||||
return ret;
|
||||
}
|
||||
|
||||
bool FileExists(char* path){
|
||||
bool FileExists(const char* path){
|
||||
FRESULT fr;
|
||||
FILINFO fno;
|
||||
|
||||
|
||||
@@ -6,4 +6,4 @@ FSEntry_t GetFileInfo(const char *path);
|
||||
char *EscapeFolder(const char *current);
|
||||
char *CombinePaths(const char *current, const char *add);
|
||||
char *GetFileAttribs(FSEntry_t entry);
|
||||
bool FileExists(char* path);
|
||||
bool FileExists(const char* path);
|
||||
Reference in New Issue
Block a user