Tidy keys.c, align FATFS struct and its members
This commit is contained in:
parent
f612ee2a8c
commit
f73bb0b7b7
8 changed files with 310 additions and 243 deletions
|
@ -32,7 +32,7 @@
|
|||
|
||||
sdmmc_t sd_sdmmc;
|
||||
sdmmc_storage_t sd_storage;
|
||||
FATFS sd_fs;
|
||||
__attribute__ ((aligned (16))) FATFS sd_fs;
|
||||
static bool sd_mounted;
|
||||
|
||||
boot_cfg_t __attribute__((section ("._boot_cfg"))) b_cfg;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue