启动遇到提示fatfs not ready。发现新版本不需要调用fmount了,试试看!

This commit is contained in:
a92126 2024-10-04 10:00:01 +08:00
parent b190f926ff
commit ffa0de811c

View File

@ -76,7 +76,7 @@ int main()
int reboot = 0;
strncpy( firm_path, FIRMPATH_INCOME, FIRMPATH_SIZELIMIT );
Result res = fMount(FS_DRIVE_SDMC);
//Result res = fMount(FS_DRIVE_SDMC);
bool direct_off = false;
if(res == RES_OK) res = oafParseConfigEarly();
GFX_init(GFX_BGR8, GFX_BGR565, GFX_TOP_2D);