1
0
Fork 0
This commit is contained in:
Arti Zirk 2016-11-20 01:03:50 +02:00
parent eb02997c80
commit a6fbee5508
1 changed files with 1 additions and 1 deletions

View File

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