Changeset 21
- Timestamp:
- 08/14/09 11:21:56 (15 years ago)
- Files:
-
- webserver/example/freeRTOSexample/Source/tasks.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
webserver/example/freeRTOSexample/Source/tasks.c
r14 r21 135 135 /* File private variables. --------------------------------*/ 136 136 static volatile unsigned portBASE_TYPE uxCurrentNumberOfTasks = ( unsigned portBASE_TYPE ) 0; 137 static volatile portTickType xTickCount = ( portTickType ) 0; 137 volatile portTickType xTickCount = ( portTickType ) 0; /* no longer volatile for electricity meter app */ 138 138 static unsigned portBASE_TYPE uxTopUsedPriority = tskIDLE_PRIORITY; 139 139 static volatile unsigned portBASE_TYPE uxTopReadyPriority = tskIDLE_PRIORITY;