3-4-4. Watchdog Timer Disabled
To disable the watchdog timer, simply write a 00H to the watchdog register. #include “ stadio.H”
#include “WATCHDOG.H” main ( )
{
printf (“ Disable Watch Dog”); _disable_WD( );
}
~ Page 25 ~