1
0
Fork 0
forked from len0rd/rockbox

Make a few local variables static

Change-Id: Ieb77a7f2cdf765afa3121320d03c0478cd97eb0f
This commit is contained in:
Thomas Jarosch 2015-01-11 18:02:43 +01:00
parent 5f5a83e1c9
commit cfbd9cb22f
7 changed files with 10 additions and 10 deletions

View file

@ -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);