Fix from crteensy for Arduino when compiling with a strict(er) compiler

ugfx_release_2.6
inmarket 2015-11-25 07:29:00 +10:00
parent 870901880b
commit 24ba58e612
1 changed files with 1 additions and 1 deletions

View File

@ -31,7 +31,7 @@
/* Type definitions */
/*===========================================================================*/
typedef bool bool_t;
typedef unsigned char bool_t;
#if 0
// Already defined by Arduino