Changeset 21

Show
Ignore:
Timestamp:
08/14/09 11:21:56 (15 years ago)
Author:
phil
Message:

xTickCount not static anymore, used by Meters

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • webserver/example/freeRTOSexample/Source/tasks.c

    r14 r21  
    135135/* File private variables. --------------------------------*/ 
    136136static volatile unsigned portBASE_TYPE uxCurrentNumberOfTasks   = ( unsigned portBASE_TYPE ) 0; 
    137 static volatile portTickType xTickCount                                                 = ( portTickType ) 0; 
     137volatile portTickType xTickCount = ( portTickType ) 0; /* no longer volatile for electricity meter app */ 
    138138static unsigned portBASE_TYPE uxTopUsedPriority                                 = tskIDLE_PRIORITY; 
    139139static volatile unsigned portBASE_TYPE uxTopReadyPriority               = tskIDLE_PRIORITY;