watchdog/src/watchdog.cpp
changeset 28 c461c7fa72c2
parent 21 50bf9db68373
child 40 910a23996aa0
child 54 a3cc46f37772
--- a/watchdog/src/watchdog.cpp	Fri May 14 16:17:23 2010 +0300
+++ b/watchdog/src/watchdog.cpp	Thu May 27 13:18:43 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 );