mirror of
https://github.com/FreeRTOS/FreeRTOS-Plus-TCP
synced 2025-10-21 15:10:39 +08:00
Fix MISRA violations (#1159)
This commit is contained in:
@@ -489,7 +489,7 @@
|
||||
if( pxEndPoint->xRAData.bits.bRouterReplied != pdFALSE_UNSIGNED )
|
||||
{
|
||||
/* Obtained configuration from a router. */
|
||||
uxNewReloadTime = pdMS_TO_TICKS( 1000U * pxEndPoint->xRAData.ulPreferredLifeTime );
|
||||
uxNewReloadTime = pdMS_TO_TICKS( ( 1000U * ( uint64_t ) pxEndPoint->xRAData.ulPreferredLifeTime ) );
|
||||
pxEndPoint->xRAData.eRAState = eRAStatePreLease;
|
||||
iptraceRA_SUCCEEDED( &( pxEndPoint->ipv6_settings.xIPAddress ) );
|
||||
FreeRTOS_printf( ( "RA: succeeded, using IP address %pip Reload after %u seconds\n",
|
||||
|
Reference in New Issue
Block a user