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
1 changed files with 2 additions and 0 deletions

View File

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