From 24ba58e612c770e052fa82a6cc290dc427df7820 Mon Sep 17 00:00:00 2001 From: inmarket Date: Wed, 25 Nov 2015 07:29:00 +1000 Subject: [PATCH] Fix from crteensy for Arduino when compiling with a strict(er) compiler --- src/gos/gos_arduino.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gos/gos_arduino.h b/src/gos/gos_arduino.h index 6a18aaec..3019d271 100644 --- a/src/gos/gos_arduino.h +++ b/src/gos/gos_arduino.h @@ -31,7 +31,7 @@ /* Type definitions */ /*===========================================================================*/ -typedef bool bool_t; +typedef unsigned char bool_t; #if 0 // Already defined by Arduino