watchdog/src/watchdog.cpp
changeset 41 2290317b9ec5
parent 21 50bf9db68373
child 40 910a23996aa0
child 54 a3cc46f37772
--- a/watchdog/src/watchdog.cpp	Mon May 03 12:55:01 2010 +0300
+++ b/watchdog/src/watchdog.cpp	Fri May 14 16:38:28 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 );