Aaeon Gene-6320 Manual page 104

Intel pentium iii low-power consumption subcompact board with lcd, lvds, ethernet, tv-out, audio and cfd.
Table of Contents

Advertisement

if (argc == 1)
{
}
if (argc > 1)
{
}
if (time_value > 0 && time_value < 256)
{
SetWatchDogTime((unsigned char) time_value);
init_w83977tf_aw_watchdog();
printf("Watch Dog Timer set up : %d \n",time_value);
}
}
96
Gene-6320 User Manual
printf("\n Syntax: WATCHDOG [time] \n");
printf(" time range : 1 ~ 256 \n\n");
return ;
ptr = argv[1];
time_value = atoi(ptr);

Advertisement

Table of Contents
loading

Table of Contents