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

@@ -38,7 +38,7 @@ OBJS += $(addprefix $(BUILDDIR)/$(TARGET)/, \
# Utilities.
OBJS += $(addprefix $(BUILDDIR)/$(TARGET)/, \
btn.o util.o \
btn.o sprintf.o util.o \
)
# Horizon.