diff options
Diffstat (limited to 'os/hal/include/uart.h')
-rw-r--r-- | os/hal/include/uart.h | 19 |
1 files changed, 0 insertions, 19 deletions
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 @@ -60,25 +60,6 @@ /*===========================================================================*/
/**
- * @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.
*/
typedef enum {
|