diff --git a/src/uart-wrapper.h b/src/uart-wrapper.h index 574f0c0..4f95e7a 100644 --- a/src/uart-wrapper.h +++ b/src/uart-wrapper.h @@ -12,4 +12,4 @@ int uart3_putchar(char c, FILE *stream); FILE uart0_io = FDEV_SETUP_STREAM(uart0_putchar, uart0_getchar, _FDEV_SETUP_RW); FILE uart3_out = FDEV_SETUP_STREAM(uart3_putchar, NULL, _FDEV_SETUP_WRITE); -#endif /* _UART_H_ */ +#endif /* _UART_WRAPPER_H_ */