Merge "charger: add locale global variable"

This commit is contained in:
Colin Cross 2014-02-13 21:09:37 +00:00 committed by Gerrit Code Review
commit d0307beeef

View file

@ -47,6 +47,8 @@
#include "minui/minui.h"
char *locale;
#ifndef max
#define max(a,b) ((a) > (b) ? (a) : (b))
#endif