]> git.sur5r.net Git - freertos/blobdiff - Demo/RX600_RX62N-RDK_IAR/uIP_Task.c
Update the TCP/IP update period from 500ms to the expected 50ms.
[freertos] / Demo / RX600_RX62N-RDK_IAR / uIP_Task.c
index b75324f92e5e801a29c10af22efd831c8cd80e21..1eb567870ed9581d1331f85a75674de8f5facab9 100644 (file)
@@ -251,7 +251,7 @@ const unsigned long ul_uIPEventQueueLength = 10UL;
                                                        );\r
 \r
        xPeriodicTimer = xTimerCreate(  "PeriodicTimer",\r
-                                                                       ( 500 / portTICK_RATE_MS ),\r
+                                                                       ( 50 / portTICK_RATE_MS ),\r
                                                                        pdTRUE, /* Autor-reload. */\r
                                                                        ( void * ) uipPERIODIC_TIMER,\r
                                                                        prvUIPTimerCallback\r