Mount other emmc parts

This commit is contained in:
Such Meme, Many Skill
2019-12-22 12:10:59 +01:00
parent 12802bf371
commit 81e97fa820
6 changed files with 39 additions and 18 deletions

View File

@@ -54,7 +54,7 @@ bool return_sd_mounted(int value){
switch(value){
case 1:
return sd_mounted;
case 5:
case 7:
return sd_inited;
}
}