Add header declaration
This commit is contained in:
parent
62216df450
commit
f1b6ee4c06
@ -58,6 +58,7 @@ uint32_t uart_get_speed(const serial_port sp);
|
|||||||
|
|
||||||
int uart_receive(serial_port sp, uint8_t *pbtRx, const size_t szRx, void *abort_p, int timeout);
|
int uart_receive(serial_port sp, uint8_t *pbtRx, const size_t szRx, void *abort_p, int timeout);
|
||||||
int uart_send(serial_port sp, const uint8_t *pbtTx, const size_t szTx, int timeout);
|
int uart_send(serial_port sp, const uint8_t *pbtTx, const size_t szTx, int timeout);
|
||||||
|
int uart_send_single(serial_port sp, const uint8_t *pbtTx, const size_t szTx, int timeout);
|
||||||
|
|
||||||
char **uart_list_ports(void);
|
char **uart_list_ports(void);
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user