mirror of
https://github.com/FreeRTOS/FreeRTOS-Kernel.git
synced 2025-04-20 05:21:59 -04:00
Update the TCP/IP update period from 500ms to the expected 50ms.
This commit is contained in:
parent
d8d68e917c
commit
0cf8643863
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue