From d7e91ec7012e4165f8127edaa8512469cdc6b583 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Mon, 26 Jul 2010 09:01:47 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2089 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/templates/uart_lld.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'os/hal/templates/uart_lld.h') diff --git a/os/hal/templates/uart_lld.h b/os/hal/templates/uart_lld.h index adc824bd0..2d5c576b3 100644 --- a/os/hal/templates/uart_lld.h +++ b/os/hal/templates/uart_lld.h @@ -46,6 +46,11 @@ /* Driver data structures and types. */ /*===========================================================================*/ +/** + * @brief UART driver condition flags type. + */ +typedef uint32_t uartflags_t; + /** * @brief Driver configuration structure. * @note It could be empty on some architectures. -- cgit v1.2.3