From 2ad9152c570f1281469e82332fec627f50d9301b Mon Sep 17 00:00:00 2001 From: Michael Hayes Date: Tue, 8 Oct 2013 15:43:10 +1300 Subject: [PATCH] Use stdbool --- drivers/avr/system.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/drivers/avr/system.h b/drivers/avr/system.h index 670542e..702b95b 100644 --- a/drivers/avr/system.h +++ b/drivers/avr/system.h @@ -8,8 +8,7 @@ /* Data typedefs. */ #include - -typedef uint8_t bool; +#include /** Useful macros. */