Skip to content

Commit 2cbe900

Browse files
committed
Updated function brief for FreeRTOS_SignalSocket
1 parent a77b0d7 commit 2cbe900

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

source/FreeRTOS_Sockets.c

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5136,6 +5136,9 @@ void * pvSocketGetSocketID( const ConstSocket_t xSocket )
51365136
* and return the value -pdFREERTOS_ERRNO_EINTR ( -4 ).
51375137
*
51385138
* @param[in] xSocket: The socket that will be signalled.
5139+
*
5140+
* @return If xSocket is an invalid socket then -pdFREERTOS_ERRNO_EINVAL
5141+
* is returned. Else 0 is returned.
51395142
*/
51405143
BaseType_t FreeRTOS_SignalSocket( Socket_t xSocket )
51415144
{

0 commit comments

Comments
 (0)