- Acrosser Technology Co., Ltd, Socket 370 Pentium III Grade CPU Card with VGA/LCD/LAN/SCSI Operation Manual

~ 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( );
}