watchdog/src/watchdog.cpp
branchRCL_3
changeset 12 9f21bab39f42
parent 8 50de4d668bb6
child 19 b73252188534
--- a/watchdog/src/watchdog.cpp	Tue Apr 27 17:05:23 2010 +0300
+++ b/watchdog/src/watchdog.cpp	Tue May 11 16:36:55 2010 +0300
@@ -51,7 +51,7 @@
 // ---------------------------------------------------------------------------
 //
 CWatchdog::CWatchdog() : 
-    CActive( CActive::EPriorityLow ), iState(EIdle)
+    CActive( CActive::EPriorityStandard ), iState(EIdle)
     {
     // Add to active scheduler.
     CActiveScheduler::Add( this );