diff --git a/os/dev/slip.h b/os/dev/slip.h index d4450d533..bb0ca3baf 100644 --- a/os/dev/slip.h +++ b/os/dev/slip.h @@ -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); /**