SD Cache: moved to diskio layer, invalidation in case of error (#2428)

Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
Sergey Gavrilov
2023-02-26 14:28:51 +03:00
committed by GitHub
parent 12c1ec37a2
commit 9bda3e62ee
3 changed files with 39 additions and 37 deletions

View File

@@ -5,6 +5,7 @@
#define __IO volatile
#define SD_TIMEOUT_MS (1000)
#define SD_BLOCK_SIZE 512
typedef enum {
SdSpiStatusOK,