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:
2
fat.c
2
fat.c
@@ -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;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user