Conditional exclusion of boolean type Arduino chokes on.

git-svn-id: svn+ssh://oldsvn/home/mlalondesvn/svn/cral@47 3ee9b42a-b53c-0410-a25e-f0b6218d5d5b
master
follower 17 years ago
parent e47f0a6bfb
commit 059bdfd7f8

@ -100,7 +100,9 @@
#define NULL ((void *) 0)
#endif
#ifndef __ARDUINO__
typedef enum { false, true } bool;
#endif
#ifndef _SIZE_T
#define _SIZE_T

Loading…
Cancel
Save