Index: /webserver/example/freeRTOSexample/Source/tasks.c =================================================================== --- /webserver/example/freeRTOSexample/Source/tasks.c (revision 14) +++ /webserver/example/freeRTOSexample/Source/tasks.c (revision 21) @@ -135,5 +135,5 @@ /* File private variables. --------------------------------*/ static volatile unsigned portBASE_TYPE uxCurrentNumberOfTasks = ( unsigned portBASE_TYPE ) 0; -static volatile portTickType xTickCount = ( portTickType ) 0; +volatile portTickType xTickCount = ( portTickType ) 0; /* no longer volatile for electricity meter app */ static unsigned portBASE_TYPE uxTopUsedPriority = tskIDLE_PRIORITY; static volatile unsigned portBASE_TYPE uxTopReadyPriority = tskIDLE_PRIORITY;