Main – AAEON FWS-7810 User Manual
Page 81
![background image](/manuals/316808/81/background.png)
N e t w o r k Ap p l i a n c e
F W S - 7 8 1 0
Appendix A Programming the Watchdog Timer
A-4
************************************************************************************
VOID
Main
(){
// Procedure : AaeonWDTConfig
// (byte)Timer : Time of WDT timer.(0x00~0xFF)
// (boolean)Unit : Select time unit(0: second, 1: minute).
AaeonWDTConfig();
// Procedure : AaeonWDTEnable
// This procudure will enable the WDT counting.
AaeonWDTEnable();
}
************************************************************************************