min update

Signed-off-by: Damien Zhao <zdm65477730@126.com>
This commit is contained in:
Damien Zhao
2023-04-02 17:26:51 +08:00
parent a093a1fbba
commit cf9ec7683b
3 changed files with 76 additions and 3 deletions

View File

@@ -177,7 +177,7 @@ void FormatSD(){
}
u8 *work = malloc(TConf.FSBuffSize);
res = f_fdisk(0, plist, work);
res = f_fdisk_mod(0, plist, work);
if (!res){
res = f_mkfs("sd:", FM_FAT32, 32768, work, TConf.FSBuffSize);