From 059bdfd7f831382b2e2b82f07a4a4de2186a85c0 Mon Sep 17 00:00:00 2001 From: follower Date: Mon, 5 Nov 2007 04:28:40 +0000 Subject: [PATCH] Conditional exclusion of boolean type Arduino chokes on. git-svn-id: svn+ssh://oldsvn/home/mlalondesvn/svn/cral@47 3ee9b42a-b53c-0410-a25e-f0b6218d5d5b --- branches/follower/wiz810mj/src/lib/types.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/branches/follower/wiz810mj/src/lib/types.h b/branches/follower/wiz810mj/src/lib/types.h index b9a9181..2ebb539 100644 --- a/branches/follower/wiz810mj/src/lib/types.h +++ b/branches/follower/wiz810mj/src/lib/types.h @@ -100,7 +100,9 @@ #define NULL ((void *) 0) #endif +#ifndef __ARDUINO__ typedef enum { false, true } bool; +#endif #ifndef _SIZE_T #define _SIZE_T