mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-10-19 11:17:43 -04:00
MISRA v5 (#272)
This commit is contained in:
parent
d977f21940
commit
50dc98a5a6
4 changed files with 11 additions and 7 deletions
|
@ -301,7 +301,9 @@ FreeRTOS_Socket_t const *pxSocket = NULL;
|
|||
Socket_t FreeRTOS_socket( BaseType_t xDomain, BaseType_t xType, BaseType_t xProtocol )
|
||||
{
|
||||
FreeRTOS_Socket_t *pxSocket;
|
||||
size_t uxSocketSize = 0;
|
||||
|
||||
/* Note that this value will be over-written by the call to prvDetermineSocketSize. */
|
||||
size_t uxSocketSize = 1;
|
||||
EventGroupHandle_t xEventGroup;
|
||||
Socket_t xReturn;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue