[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:
gornekich
2021-04-07 10:37:10 +03:00
committed by GitHub
parent 5cd73ac97b
commit 8ce5af1be2
4 changed files with 38 additions and 10 deletions

View File

@@ -15,6 +15,7 @@ typedef struct {
const char* extension,
char* result,
uint8_t result_size);
void (*check_error)(SdApp* context);
} SdCard_Api;
#ifdef __cplusplus