diff options
Diffstat (limited to 'src/drivers/uart.h')
-rw-r--r-- | src/drivers/uart.h | 4 |
1 files changed, 2 insertions, 2 deletions
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); |