forked from ROMEO/obsw
4 lines
79 B
C
4 lines
79 B
C
#pragma once
|
|
|
|
void uart0_enable_receiver();
|
|
int uart0_read(char *ptr, int len); |