EasyManua.ls Logo

Aaeon PCM-6893 - Page 68

Aaeon PCM-6893
68 pages
Print Icon
To Previous Page IconTo Previous Page
To Previous Page IconTo Previous Page
Loading...
Compact Board PCM- 6893
Appendix A Programming the Watchdog Timer A-7
printf(? time range : 1 ~ 256 \n\n? ;
return ;
}
if (argc > 1)
{
ptr = argv[1];
time_value = atoi(ptr);
}
if (time_value > 0 && time_value < 256)
{
SetWatchDogTime((unsigned char) time_value);
init_w83977tf_aw_watchdog();
printf( atch Dog Timer set up : %d \n? time_value); .W
}
}

Table of Contents