Very minor formatting changes, and remove legacy link to V8 upgrade information.

This commit is contained in:
Richard Barry 2018-09-07 21:35:05 +00:00
parent 92ae8e7aff
commit ab49c6ae04
4 changed files with 3 additions and 8 deletions

View file

@ -1340,7 +1340,7 @@ TickType_t xTimeoutTime = pdMS_TO_TICKS( 200 );
{
BaseType_t x;
BaseType_t xFound = pdFALSE;
uint32_t ulCurrentTimeSeconds = ( xTaskGetTickCount() / portTICK_PERIOD_MS ) / 1000;
uint32_t ulCurrentTimeSeconds = ( xTaskGetTickCount() / portTICK_PERIOD_MS ) / 1000UL;
static BaseType_t xFreeEntry = 0;
/* For each entry in the DNS cache table. */