Merge "charger: add locale global variable"
This commit is contained in:
commit
d0307beeef
|
@ -47,6 +47,8 @@
|
|||
|
||||
#include "minui/minui.h"
|
||||
|
||||
char *locale;
|
||||
|
||||
#ifndef max
|
||||
#define max(a,b) ((a) > (b) ? (a) : (b))
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue