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

This commit is contained in:
inmarket 2015-11-25 07:29:00 +10:00
parent 870901880b
commit 24ba58e612

View File

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