aboutsummaryrefslogtreecommitdiff
path: root/uart.h
blob: 179f58292c77cbfd101882ee0ff26cf38fe9bbf0 (plain)
1
2
3
4
5
6
7
#ifndef UART_H
#define UART_H

void uartInit ();

#endif /* UART_H */