1
0
Fork 0

Merge branch 'origin/lab04-alt'

This commit is contained in:
Arti Zirk 2016-11-20 01:04:33 +02:00
commit d931c3b632
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_ */