1
0
Fork 0
forked from len0rd/rockbox

The partition search now stops when it finds a FAT32 partition

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@1352 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Linus Nielsen Feltzing 2002-07-15 18:52:35 +00:00
parent de943a5bd1
commit 693a9db2a9

View file

@ -130,6 +130,7 @@ void init(void)
rc = fat_mount(pinfo[i].start);
if(rc)
panicf("mount: %d",rc);
break;
}
}
if ( i==4 ) {