aboutsummaryrefslogtreecommitdiffstats
path: root/os/hal/templates
diff options
context:
space:
mode:
authorgdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-07-26 09:01:47 +0000
committergdisirio <gdisirio@35acf78f-673a-0410-8e92-d51de3d6d3f4>2010-07-26 09:01:47 +0000
commitd7e91ec7012e4165f8127edaa8512469cdc6b583 (patch)
treee9e26c22a3f2a8612a79ecf19c538c2341f71544 /os/hal/templates
parent131b177925913634bd96e02e7a9f7d529a122df0 (diff)
downloadChibiOS-d7e91ec7012e4165f8127edaa8512469cdc6b583.tar.gz
ChibiOS-d7e91ec7012e4165f8127edaa8512469cdc6b583.tar.bz2
ChibiOS-d7e91ec7012e4165f8127edaa8512469cdc6b583.zip
git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2089 35acf78f-673a-0410-8e92-d51de3d6d3f4
Diffstat (limited to 'os/hal/templates')
-rw-r--r--os/hal/templates/uart_lld.h5
1 files changed, 5 insertions, 0 deletions
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
@@ -47,6 +47,11 @@
/*===========================================================================*/
/**
+ * @brief UART driver condition flags type.
+ */
+typedef uint32_t uartflags_t;
+
+/**
* @brief Driver configuration structure.
* @note It could be empty on some architectures.
*/