index
:
Jobbed.git
master
modular
no-search
Jobbed RTOS for Raspberry Pi 2B
Christian Cunningham
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
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