- Acrosser Technology Co., Ltd, Socket 370 Pentium III Grade CPU Card with VGA/LCD/LAN/SCSI Operation Manual
Manuals
Brands
Curtis Manuals
Network Card
AR-B1682
31
32
33
34
35
36
37
38
39
40
~
Page
25
~
3
-
4
-
4. Watchdog Timer Disabled
To disable the w
atchdog timer, simply write a 00H to the watchdog register.
#include “ stadio.H”
#include “WATCHDOG.H”
main ( )
{
printf (“ Disable Watch Dog”);
_disable_WD( );
}
1
...
...
29
30
31
32
33
...
...
61