mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-11-09 13:12:37 -05:00
[FixRed] Creative Zen
missing ; Change-Id: Ia24562ef47f03227ff536c743b4939e63ada0d01
This commit is contained in:
parent
4f3bbeaffc
commit
3c4aed56c0
1 changed files with 2 additions and 2 deletions
|
|
@ -27,9 +27,9 @@
|
|||
/* THIS CONTAINS CURRENTLY DUMMY CODE! */
|
||||
|
||||
static const unsigned short current_voltage = 3910;
|
||||
unsigned short battery_level_disksafe = 0
|
||||
unsigned short battery_level_disksafe = 0;
|
||||
|
||||
unsigned short battery_level_shutoff = 0
|
||||
unsigned short battery_level_shutoff = 0;
|
||||
|
||||
/* voltages (millivolt) of 0%, 10%, ... 100% when charging disabled */
|
||||
unsigned short percent_to_volt_discharge[11] =
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue