watchdog/src/watchdog.cpp
branchRCL_3
changeset 12 9f21bab39f42
parent 8 50de4d668bb6
child 19 b73252188534
equal deleted inserted replaced
10:ab88d4a85041 12:9f21bab39f42
    49 // ---------------------------------------------------------------------------
    49 // ---------------------------------------------------------------------------
    50 // C++ constructor.
    50 // C++ constructor.
    51 // ---------------------------------------------------------------------------
    51 // ---------------------------------------------------------------------------
    52 //
    52 //
    53 CWatchdog::CWatchdog() : 
    53 CWatchdog::CWatchdog() : 
    54     CActive( CActive::EPriorityLow ), iState(EIdle)
    54     CActive( CActive::EPriorityStandard ), iState(EIdle)
    55     {
    55     {
    56     // Add to active scheduler.
    56     // Add to active scheduler.
    57     CActiveScheduler::Add( this );
    57     CActiveScheduler::Add( this );
    58     }
    58     }
    59 
    59