diff -r bf039b7fe409 -r 3d9988ee47f5 watchdog/src/watchdog.cpp --- 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 );