aboutsummaryrefslogtreecommitdiff
path: root/font.h
diff options
context:
space:
mode:
authorDmitry Mikhirev2014-10-26 22:05:40 +0300
committerDmitry Mikhirev2014-10-26 22:05:40 +0300
commita6ba56510d176413d4ed35842818d17802781175 (patch)
treebc5e585610c1a04e0d72fa55ce745b8a175e2e31 /font.h
parent80a11c5a7546502cb9cb3aabeaad27c138ce37e8 (diff)
downloadbrainuino-a6ba56510d176413d4ed35842818d17802781175.tar.gz
brainuino-a6ba56510d176413d4ed35842818d17802781175.tar.bz2
brainuino-a6ba56510d176413d4ed35842818d17802781175.tar.xz
brainuino-a6ba56510d176413d4ed35842818d17802781175.zip
fix warnings
Diffstat (limited to 'font.h')
-rw-r--r--font.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/font.h b/font.h
index 960424f..575076b 100644
--- a/font.h
+++ b/font.h
@@ -27,7 +27,7 @@ const char NOCHAR = 0xff;
struct charcode {
const wchar_t uni;
- const char font;
+ const unsigned char font;
};
const charcode charmap[] PROGMEM = {