From ae70bb24cc5cd5b1d6a298ea298fe7c25b690dc8 Mon Sep 17 00:00:00 2001 From: gdisirio Date: Sun, 15 Aug 2010 15:37:52 +0000 Subject: UART driver improvements. git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2131 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/include/uart.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'os/hal/include/uart.h') diff --git a/os/hal/include/uart.h b/os/hal/include/uart.h index 444975d15..005282f5e 100644 --- a/os/hal/include/uart.h +++ b/os/hal/include/uart.h @@ -83,8 +83,7 @@ typedef enum { typedef enum { UART_RX_IDLE = 0, /**< @brief Not receiving. */ UART_RX_ACTIVE = 1, /**< @brief Receiving. */ - UART_RX_ERROR = 2, /**< @brief Receive error. */ - UART_RX_COMPLETE = 3 /**< @brief Buffer complete. */ + UART_RX_COMPLETE = 2 /**< @brief Buffer complete. */ } uartrxstate_t; #include "uart_lld.h" -- cgit v1.2.3