mirror of
https://github.com/FreeRTOS/FreeRTOS.git
synced 2026-08-07 21:53:40 +00:00
Update the TCP/IP update period from 500ms to the expected 50ms.
This commit is contained in:
@@ -251,7 +251,7 @@ const unsigned long ul_uIPEventQueueLength = 10UL;
|
||||
);
|
||||
|
||||
xPeriodicTimer = xTimerCreate( ( const signed char * const ) "PeriodicTimer",
|
||||
( 500 / portTICK_RATE_MS ),
|
||||
( 50 / portTICK_RATE_MS ),
|
||||
pdTRUE, /* Autor-reload. */
|
||||
( void * ) uipPERIODIC_TIMER,
|
||||
prvUIPTimerCallback
|
||||
|
||||
@@ -251,7 +251,7 @@ const unsigned long ul_uIPEventQueueLength = 10UL;
|
||||
);
|
||||
|
||||
xPeriodicTimer = xTimerCreate( "PeriodicTimer",
|
||||
( 500 / portTICK_RATE_MS ),
|
||||
( 50 / portTICK_RATE_MS ),
|
||||
pdTRUE, /* Autor-reload. */
|
||||
( void * ) uipPERIODIC_TIMER,
|
||||
prvUIPTimerCallback
|
||||
|
||||
@@ -251,7 +251,7 @@ const unsigned long ul_uIPEventQueueLength = 10UL;
|
||||
);
|
||||
|
||||
xPeriodicTimer = xTimerCreate( ( const signed char * const ) "PeriodicTimer",
|
||||
( 500 / portTICK_RATE_MS ),
|
||||
( 50 / portTICK_RATE_MS ),
|
||||
pdTRUE, /* Autor-reload. */
|
||||
( void * ) uipPERIODIC_TIMER,
|
||||
prvUIPTimerCallback
|
||||
|
||||
@@ -251,7 +251,7 @@ const unsigned long ul_uIPEventQueueLength = 10UL;
|
||||
);
|
||||
|
||||
xPeriodicTimer = xTimerCreate( ( const signed char * const ) "PeriodicTimer",
|
||||
( 500 / portTICK_RATE_MS ),
|
||||
( 50 / portTICK_RATE_MS ),
|
||||
pdTRUE, /* Autor-reload. */
|
||||
( void * ) uipPERIODIC_TIMER,
|
||||
prvUIPTimerCallback
|
||||
|
||||
@@ -251,7 +251,7 @@ const unsigned long ul_uIPEventQueueLength = 10UL;
|
||||
);
|
||||
|
||||
xPeriodicTimer = xTimerCreate( "PeriodicTimer",
|
||||
( 500 / portTICK_RATE_MS ),
|
||||
( 50 / portTICK_RATE_MS ),
|
||||
pdTRUE, /* Autor-reload. */
|
||||
( void * ) uipPERIODIC_TIMER,
|
||||
prvUIPTimerCallback
|
||||
|
||||
@@ -251,7 +251,7 @@ const unsigned long ul_uIPEventQueueLength = 10UL;
|
||||
);
|
||||
|
||||
xPeriodicTimer = xTimerCreate( ( const signed char * const ) "PeriodicTimer",
|
||||
( 500 / portTICK_RATE_MS ),
|
||||
( 50 / portTICK_RATE_MS ),
|
||||
pdTRUE, /* Autor-reload. */
|
||||
( void * ) uipPERIODIC_TIMER,
|
||||
prvUIPTimerCallback
|
||||
|
||||
@@ -251,7 +251,7 @@ const unsigned long ul_uIPEventQueueLength = 10UL;
|
||||
);
|
||||
|
||||
xPeriodicTimer = xTimerCreate( ( const signed char * const ) "PeriodicTimer",
|
||||
( 500 / portTICK_RATE_MS ),
|
||||
( 50 / portTICK_RATE_MS ),
|
||||
pdTRUE, /* Autor-reload. */
|
||||
( void * ) uipPERIODIC_TIMER,
|
||||
prvUIPTimerCallback
|
||||
|
||||
Reference in New Issue
Block a user