mirror of
https://github.com/Rockbox/rockbox.git
synced 2025-10-13 18:17:39 -04:00
[FixRed] Bootloaders, devices without size_t defined
Change-Id: I452760478ea7324458a05c7af0a88bcbe92def45
This commit is contained in:
parent
10f8312db4
commit
a1fd56ba8e
3 changed files with 9 additions and 6 deletions
|
@ -32,7 +32,7 @@ struct battery_tables_t {
|
|||
unsigned short * const discharge;
|
||||
#if CONFIG_CHARGING
|
||||
unsigned short * const charge;
|
||||
const size_t elems;
|
||||
const unsigned short elems;
|
||||
bool isdefault;
|
||||
#endif
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue