diff --git a/FreeRTOS-Plus/Demo/coreSNTP_Windows_Simulator/SNTPClientTask.c b/FreeRTOS-Plus/Demo/coreSNTP_Windows_Simulator/SNTPClientTask.c index e6ff8f555d..c9488bac8b 100644 --- a/FreeRTOS-Plus/Demo/coreSNTP_Windows_Simulator/SNTPClientTask.c +++ b/FreeRTOS-Plus/Demo/coreSNTP_Windows_Simulator/SNTPClientTask.c @@ -692,7 +692,7 @@ void calculateCurrentTime( UTCTime_t * pBaseTime, else { pCurrentTime->secs = pBaseTime->secs; - pCurrentTime->msecs = ( uint32_t )( msElapsedSinceLastSync ); + pCurrentTime->msecs = ( uint32_t ) ( msElapsedSinceLastSync ); } }