Skip to content

Commit f69e20b

Browse files
author
Ubuntu
committed
Updated the function brief for FreeRTOS_select
1 parent bdb3f06 commit f69e20b

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

source/FreeRTOS_Sockets.c

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -712,7 +712,9 @@ Socket_t FreeRTOS_socket( BaseType_t xDomain,
712712
* If the value is 'portMAX_DELAY' then the function will wait
713713
* indefinitely for an event to occur.
714714
*
715-
* @return The event bits (event flags) value for the socket in which an event occurred.
715+
* @return The event bits (event flags) value for the socket set in which an
716+
* event occurred. During the call if any socket is signalled
717+
* (using FreeRTOS_SignalSocket), then eSELECT_INTR is returned.
716718
*
717719
*/
718720
BaseType_t FreeRTOS_select( SocketSet_t xSocketSet,

0 commit comments

Comments
 (0)