forked from len0rd/rockbox
Make a few local variables static
Change-Id: Ieb77a7f2cdf765afa3121320d03c0478cd97eb0f
This commit is contained in:
parent
5f5a83e1c9
commit
cfbd9cb22f
7 changed files with 10 additions and 10 deletions
|
|
@ -56,7 +56,7 @@
|
|||
#endif
|
||||
|
||||
/** Shared by sim **/
|
||||
int last_sent_battery_level = 100;
|
||||
static int last_sent_battery_level = 100;
|
||||
/* battery level (0-100%) */
|
||||
int battery_percent = -1;
|
||||
void send_battery_level_event(void);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue