diff options
Diffstat (limited to 'src/drivers')
-rw-r--r-- | src/drivers/uart.a.h | 4 | ||||
-rw-r--r-- | src/drivers/uart.h | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/drivers/uart.a.h b/src/drivers/uart.a.h index d4bf199..cd4498e 100644 --- a/src/drivers/uart.a.h +++ b/src/drivers/uart.a.h @@ -1,5 +1,5 @@ -#ifndef UART_AH -#define UART_AH +#ifndef DRIVERS_UART_A_H +#define DRIVERS_UART_A_H extern void uart_char(unsigned char c); extern void uart_hex(unsigned long data); diff --git a/src/drivers/uart.h b/src/drivers/uart.h index c78398b..9f1319b 100644 --- a/src/drivers/uart.h +++ b/src/drivers/uart.h @@ -1,5 +1,5 @@ -#ifndef UART_H -#define UART_H +#ifndef DRIVERS_UART_H +#define DRIVERS_UART_H void uart_hexn(unsigned long); void uart_10(unsigned long); |