aboutsummaryrefslogtreecommitdiff
path: root/include/usr/uart.h
blob: 2214012a031a6d4517363ff7bc371fc747577af8 (plain)
1
2
3
4
5
6
#ifndef USR_UART_H
#define USR_UART_H

void handle_data(unsigned char data);

#endif