watchdog/src/watchdog.cpp
branchGCC_SURGE
changeset 39 3d9988ee47f5
parent 28 c461c7fa72c2
child 40 910a23996aa0
child 54 a3cc46f37772
--- a/watchdog/src/watchdog.cpp	Fri Jun 25 13:56:30 2010 +0100
+++ b/watchdog/src/watchdog.cpp	Thu Jul 22 16:38:01 2010 +0100
@@ -51,7 +51,7 @@
 // ---------------------------------------------------------------------------
 //
 CWatchdog::CWatchdog() : 
-    CActive( CActive::EPriorityLow ), iState(EIdle)
+    CActive( CActive::EPriorityStandard ), iState(EIdle)
     {
     // Add to active scheduler.
     CActiveScheduler::Add( this );