Document slip_write

This commit is contained in:
George Oikonomou 2017-11-22 16:14:02 +00:00
parent 3e93e21646
commit f9e17a6c76
1 changed files with 3 additions and 0 deletions

View File

@ -62,6 +62,9 @@ void slip_send(void);
*/
int slip_input_byte(unsigned char c);
/**
* Send using SLIP len bytes starting from the location pointed to by ptr
*/
void slip_write(const void *ptr, int len);
/**