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

@ -137,6 +137,7 @@ typedef struct {
DWORD bitbase; /* Allocation bitmap base sector */
#endif
DWORD winsect; /* Current sector appearing in the win[] */
DWORD padding; /* Ensure window is 16-aligned */
BYTE win[FF_MAX_SS]; /* Disk access window for Directory, FAT (and file data at tiny cfg) */
} FATFS;