Skip to content

Commit

Permalink
Punctuation changes
Browse files Browse the repository at this point in the history
  • Loading branch information
Roarin committed Aug 1, 2016
1 parent a212be4 commit a4dfc7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/uart/soft_uart.h
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
* uart name.
**/
#define CREATE_FAST_UART(uartname,port,pinname,bitnum,TX_BLOCKING,RX_ENABLED) \
unsigned char uartname##_load_delay; \
BYTE uartname##_load_delay; \
enum uart_baud uartname##rate; \
BOOL uartname##_init(enum uart_baud rate,...) \
{ \
Expand Down

0 comments on commit a4dfc7d

Please sign in to comment.