cleanup header files

This commit is contained in:
david
2009-06-25 11:43:09 +02:00
parent 8e6c67db08
commit 811b82616e
12 changed files with 78 additions and 151 deletions

View File

@@ -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_ */