add support for arduino 101

add support for arduino 101(arc)
This commit is contained in:
Lvzhou 2017-01-13 02:51:18 +08:00 committed by GitHub
parent 2d94224279
commit 344901fed6
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@
/* the macro U8G2_USE_LARGE_FONTS disables large fonts (>32K) */
/* it can be enabled for those uC supporting larger arrays */
#ifdef __arm__
#if (defined __arm__) || (defined __arc__)
#define U8G2_USE_LARGE_FONTS
#endif