cleanup header files
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
#ifndef _UART_H_
|
||||
#define _UART_H_
|
||||
#ifndef __UART_H__
|
||||
#define __UART_H__
|
||||
|
||||
#define CR "\r\n"
|
||||
|
||||
|
||||
#include <avr/io.h>
|
||||
#include <avr/pgmspace.h>
|
||||
#include <stdio.h>
|
||||
@@ -14,6 +13,6 @@ void uart_puts(const char *s);
|
||||
void uart_puts_P(PGM_P s);
|
||||
static int uart_stream(char c, FILE *stream);
|
||||
|
||||
#endif
|
||||
|
||||
#endif /* _UART_H_ */
|
||||
|
||||
|
||||
Reference in New Issue
Block a user