beautypg.com
~ Page 25 ~
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( ); }