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 8de40d0..5067248 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 */