1
0
mirror of https://github.com/mist-devel/mist-firmware.git synced 2026-05-03 06:49:36 +00:00

Fixed OSD handling when switching cores

This commit is contained in:
harbaum
2014-07-21 19:48:37 +00:00
parent a8a0b4e071
commit c00453d2ec
5 changed files with 25 additions and 20 deletions

2
fat.c
View File

@@ -988,8 +988,6 @@ char ScanDirectory(unsigned long mode, char *extension, unsigned char options) {
void ChangeDirectory(unsigned long iStartCluster)
{
iprintf(">>>>>>>>>>>> change to %d\n", iStartCluster);
iPreviousDirectory = iCurrentDirectory;
iCurrentDirectory = iStartCluster;
}