mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-10-28 08:16:15 -04:00
Remove non-ASCII characters (#701)
Signed-off-by: Gaurav Aggarwal <aggarg@amazon.com>
This commit is contained in:
parent
de3d043f74
commit
226c987b1a
1 changed files with 1 additions and 1 deletions
|
|
@ -119,7 +119,7 @@ PlaintextTransportStatus_t Plaintext_FreeRTOS_Disconnect( const NetworkContext_t
|
||||||
/**
|
/**
|
||||||
* @brief Receives data from an established TCP connection.
|
* @brief Receives data from an established TCP connection.
|
||||||
*
|
*
|
||||||
* @note When the number of bytes requested is 1, the TCP socket’s Rx stream
|
* @note When the number of bytes requested is 1, the TCP socket's Rx stream
|
||||||
* is checked for available bytes to read. If there are none, this function
|
* is checked for available bytes to read. If there are none, this function
|
||||||
* immediately returns 0 without blocking.
|
* immediately returns 0 without blocking.
|
||||||
*
|
*
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue