From 4600e6fc46e0e13441cd87989eed8ad8d49786d4 Mon Sep 17 00:00:00 2001 From: tfateba Date: Tue, 1 Nov 2016 01:33:13 +0000 Subject: Add test program for AVR ADC hal. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@9895 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/common/ports/AVR/compilers/GCC/chtypes.h | 1 + 1 file changed, 1 insertion(+) (limited to 'os/common/ports') diff --git a/os/common/ports/AVR/compilers/GCC/chtypes.h b/os/common/ports/AVR/compilers/GCC/chtypes.h index 63a81fc50..9b3217607 100644 --- a/os/common/ports/AVR/compilers/GCC/chtypes.h +++ b/os/common/ports/AVR/compilers/GCC/chtypes.h @@ -68,6 +68,7 @@ typedef uint8_t eventmask_t; /**< Mask of event identifiers. */ typedef uint8_t eventflags_t; /**< Mask of event flags. */ typedef int8_t cnt_t; /**< Generic signed counter. */ typedef uint8_t ucnt_t; /**< Generic unsigned counter. */ +typedef bool bool_t; /**< Fast boolean type. */ /** @} */ /** -- cgit v1.2.3