]> git.droids-corp.org - aversive.git/commitdiff
include: remove true and false macros from include/aversive.h
authorGregor Riepl <onitake@gmail.com>
Tue, 6 Jan 2015 15:52:17 +0000 (16:52 +0100)
committerOlivier Matz <zer0@droids-corp.org>
Sun, 8 Feb 2015 21:38:15 +0000 (22:38 +0100)
The macros are already defined in standard stdbool.h.

Signed-off-by: Gregor Riepl <onitake@gmail.com>
include/aversive.h

index 8de40d0b03ad5cc87c39f0a42f175369e708c754..50672483b42f0e4a8860d2a8a509beecac4436d9 100644 (file)
@@ -241,9 +241,7 @@ do {                                     \
 #define FALSE 0
 #define TRUE 1
 #define False FALSE
-#define false FALSE
 #define True TRUE
-#define true TRUE
 
 
 /** DDR and PINS from port adress */