mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-26 23:36:37 -04:00
Turn off the recording LED before reporting disk-full errors. Fixes bug report #1061647
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@5391 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
f540e5cecf
commit
d15d15513d
1 changed files with 3 additions and 2 deletions
|
|
@ -669,6 +669,9 @@ bool recording_screen(void)
|
||||||
done = true;
|
done = true;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
invert_led(false);
|
||||||
|
|
||||||
if(mpeg_status() & MPEG_STATUS_ERROR)
|
if(mpeg_status() & MPEG_STATUS_ERROR)
|
||||||
{
|
{
|
||||||
splash(0, true, str(LANG_DISK_FULL));
|
splash(0, true, str(LANG_DISK_FULL));
|
||||||
|
|
@ -684,8 +687,6 @@ bool recording_screen(void)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
invert_led(false);
|
|
||||||
|
|
||||||
mpeg_init_playback();
|
mpeg_init_playback();
|
||||||
|
|
||||||
sound_settings_apply();
|
sound_settings_apply();
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue