0
1
43
168
44
122
void main() { init_system(); ... enable_whatchdog(); ... while(1) { ... feed_dog(); } } 程序跑飞掉的话,就不会喂狗,引起复位。