1
0
Fork 0
forked from len0rd/rockbox

more red fixes.

Change-Id: I27f0f4e616585608646b832bef7c4b0cfbd08917
This commit is contained in:
Solomon Peachy 2025-03-06 13:45:11 -05:00
parent 43ab8dc413
commit 48b5054a7e

View file

@ -32,9 +32,9 @@ struct battery_tables_t {
unsigned short * const discharge;
#if CONFIG_CHARGING
unsigned short * const charge;
#endif
const unsigned short elems;
bool isdefault;
#endif
};
#define BATTERY_LEVELS_DEFAULT ROCKBOX_DIR"/battery_levels.default"