mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 08:15:30 +03:00
Increase async FAT filesystem cache sectors to prevent blackbox header corruption (#8284)
Increase async FAT filesystem cache sectors to prevent blackbox header corruption
This commit is contained in:
commit
197796873d
1 changed files with 1 additions and 1 deletions
|
@ -58,7 +58,7 @@
|
||||||
#define ONLY_EXPOSE_FOR_TESTING static
|
#define ONLY_EXPOSE_FOR_TESTING static
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define AFATFS_NUM_CACHE_SECTORS 8
|
#define AFATFS_NUM_CACHE_SECTORS 10
|
||||||
|
|
||||||
// FAT filesystems are allowed to differ from these parameters, but we choose not to support those weird filesystems:
|
// FAT filesystems are allowed to differ from these parameters, but we choose not to support those weird filesystems:
|
||||||
#define AFATFS_SECTOR_SIZE 512
|
#define AFATFS_SECTOR_SIZE 512
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue