sdutil Initialize CHS too (some BIOSes dont like it), libfat Add update callback function
All checks were successful
Build documentation / build-and-deploy (push) Successful in 4m33s

This commit is contained in:
2026-03-21 15:16:03 +01:00
parent 3a48856ee4
commit cc291568f5
4 changed files with 70 additions and 9 deletions

View File

@@ -8,6 +8,7 @@ $(eval $(call add_lib,libdebugconsole))
$(eval $(call add_lib,libmalloc))
$(eval $(call add_lib,libinput))
$(eval $(call add_lib,libfat))
$(eval $(call add_include,libterminal))
cflags += -DPRINTF_INCLUDE_CONFIG_H=1