From 79b97b0f60aa6d99667a6bb4d402c420cb6d856e Mon Sep 17 00:00:00 2001 From: gdisirio Date: Tue, 27 Jul 2010 10:31:19 +0000 Subject: git-svn-id: svn://svn.code.sf.net/p/chibios/svn/trunk@2094 35acf78f-673a-0410-8e92-d51de3d6d3f4 --- os/hal/include/uart.h | 19 ------------------- 1 file changed, 19 deletions(-) (limited to 'os/hal/include') diff --git a/os/hal/include/uart.h b/os/hal/include/uart.h index 245bd1939..c0ee4c9ef 100644 --- a/os/hal/include/uart.h +++ b/os/hal/include/uart.h @@ -59,25 +59,6 @@ /* Driver data structures and types. */ /*===========================================================================*/ -/** - * @brief Generic UART notification callback type. - */ -typedef void (*uartcb_t)(void); - -/** - * @brief Character received UART notification callback type. - * - * @param[in] c received character - */ -typedef void (*uartccb_t)(uint16_t c); - -/** - * @brief Receive error UART notification callback type. - * - * @param[in] e receive error mask - */ -typedef void (*uartecb_t)(uint16_t e); - /** * @brief Driver state machine possible states. */ -- cgit v1.2.3