diff --git a/include/uart/soft_uart.h b/include/uart/soft_uart.h index 0368347..a557383 100644 --- a/include/uart/soft_uart.h +++ b/include/uart/soft_uart.h @@ -1,11 +1,9 @@ /** \file include/uart/soft_uart.h * This file contains a MACRO for defining UART function wrappers. **/ - #ifndef SOFT_UART_H #define SOFT_UART_H - /** * \brief Automatically generates the function calls to allow multiple * UARTS to be created. The main parameters for the UART is the pin number @@ -93,7 +91,6 @@ char uartname##_rx(); BOOL uartname##_check_rx_blocking(); \ BYTE uartname##_check_receive_buffer(); - /*Holds the value of the EA register.*/ __bit ea_hold;