Update the TCP/IP update period from 500ms to the expected 50ms.

This commit is contained in:
Richard Barry 2012-04-18 08:16:15 +00:00
parent d8d68e917c
commit 0cf8643863
7 changed files with 7 additions and 7 deletions

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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

View File

@ -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