forked from len0rd/rockbox
dm320: call storage idle notifys on in sdmmc thread
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@31086 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
a884ec2017
commit
297c29cba6
3 changed files with 20 additions and 2 deletions
|
|
@ -28,11 +28,13 @@
|
|||
|
||||
static unsigned int current_battery_level = 100;
|
||||
|
||||
/* This specifies the battery level that writes are still safe */
|
||||
const unsigned short battery_level_dangerous[BATTERY_TYPES_COUNT] =
|
||||
{
|
||||
0
|
||||
1
|
||||
};
|
||||
|
||||
/* Below this the player cannot be considered to operate reliably */
|
||||
const unsigned short battery_level_shutoff[BATTERY_TYPES_COUNT] =
|
||||
{
|
||||
0
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue