Acrosser AR-N8601FL User Manual

Page 23

Advertising
background image

Revision: 1.0

23

gotoxy(20,10);

if(Time_Format=='m' || Time_Format=='M')

cprintf(">>> After %d Minutes will reset the system. <<<",Time);

if(Time_Format=='s' || Time_Format=='S')

cprintf(">>> After %d Second will reset the system. <<<",Time);

}

return 0;

}

Advertising