[FL-1050] SD card error view (#399)
* sd-filesystem: add check error to api * sd-filesystem: call error check from file select * ibutton: process sd card error on key saving Co-authored-by: rusdacent <57439765+rusdacent@users.noreply.github.com> Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
@@ -15,6 +15,7 @@ typedef struct {
|
||||
const char* extension,
|
||||
char* result,
|
||||
uint8_t result_size);
|
||||
void (*check_error)(SdApp* context);
|
||||
} SdCard_Api;
|
||||
|
||||
#ifdef __cplusplus
|
||||
|
Reference in New Issue
Block a user