Tidy keys.c, align FATFS struct and its members

This commit is contained in:
shchmue 2019-05-12 13:15:23 -04:00
parent f612ee2a8c
commit f73bb0b7b7
8 changed files with 310 additions and 243 deletions

View file

@ -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;