Skip to content

Commit

Permalink
New lines changed
Browse files Browse the repository at this point in the history
  • Loading branch information
Roarin committed Aug 1, 2016
1 parent a4dfc7d commit 473cfb4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions include/uart/soft_uart.h
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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;

Expand Down

0 comments on commit 473cfb4

Please sign in to comment.