[FixRed] Creative Zen

missing ;

Change-Id: Ia24562ef47f03227ff536c743b4939e63ada0d01
This commit is contained in:
William Wilgus 2025-03-11 03:02:14 -04:00
parent 4f3bbeaffc
commit 3c4aed56c0

View file

@ -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] =