summaryrefslogtreecommitdiffstats
path: root/uart/uart.h
blob: 984d704b8700cbeaa1d6016e03333b78aadb118a (plain)
1
2
3
4
5
6
#ifndef UART_UART_H
#define UART_UART_H

void uart_setup(void);

#endif /* UART_UART_H */