mirror of
https://github.com/lwip-tcpip/lwip.git
synced 2025-02-20 15:40:55 +00:00
Updated comments on which sio-functions are used
This commit is contained in:
parent
957331fff4
commit
e9940acb54
@ -39,7 +39,7 @@
|
|||||||
|
|
||||||
/*
|
/*
|
||||||
* This is an arch independent SLIP netif. The specific serial hooks must be
|
* This is an arch independent SLIP netif. The specific serial hooks must be
|
||||||
* provided by another file. They are sio_open, sio_recv and sio_send
|
* provided by another file. They are sio_open, sio_read/sio_tryread and sio_send
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#include "netif/slipif.h"
|
#include "netif/slipif.h"
|
||||||
@ -151,7 +151,7 @@ slip_sio_read(sio_fd_t fd, u8_t* data, u32_t len, u8_t block)
|
|||||||
/**
|
/**
|
||||||
* Handle the incoming SLIP stream character by character
|
* Handle the incoming SLIP stream character by character
|
||||||
*
|
*
|
||||||
* Poll the serial layer by calling sio_recv()
|
* Poll the serial layer by calling sio_read() or sio_tryread().
|
||||||
*
|
*
|
||||||
* @param netif the lwip network interface structure for this slipif
|
* @param netif the lwip network interface structure for this slipif
|
||||||
* @param block if 1, block until data is received; if 0, return when all data
|
* @param block if 1, block until data is received; if 0, return when all data
|
||||||
|
Loading…
x
Reference in New Issue
Block a user