commit 2 after gary's comments

pull/59/head
AniruddhaKanhere 5 years ago committed by Yuhui Zheng
parent 75677a8d85
commit c381861014

@ -674,11 +674,7 @@ void vARPGenerateRequestPacket(NetworkBufferDescriptor_t* const pxNetworkBuffer)
void FreeRTOS_ClearARP(void) void FreeRTOS_ClearARP(void)
{ {
/* Function requires the second argument to be an int. memset(xARPCache, 0, sizeof(xARPCache));
*
* MISRA rule 17.7 relaxed. The return value is not
* required to be used. Also improves readability */
memset(xARPCache, (int)'\0', sizeof(xARPCache));
} }
/*-----------------------------------------------------------*/ /*-----------------------------------------------------------*/

Loading…
Cancel
Save