REVISION
Definition in file SYS_kickoff.c.
#include "sys_clock.h"
#include "sys_led.h"
#include "sys_main.h"
#include "rtc_inc.h"
#include "../feature.h"
#include "../MESSAGE/message.h"
#include "../fat/fat.h"
#include "../TIMER/timer.h"
#include "../MENU/menu.h"
#include "../basicboot/bootmode.h"
#include "../UI/ui.h"
#include "../USB/usb.h"
#include "sys_hiddenfeature.h"
Include dependency graph for SYS_kickoff.c:

Go to the source code of this file.
Functions | |
| void | SYS_kickoff (void) |
| Function kicks off the system, function is designed to only run once. | |
Variables | |
| USHORT | softWdt |
| System sofware watch dog timer. | |
|
|
System sofware watch dog timer. Dog will be kicked by LCD refresh task and this idle loop of course. Definition at line 51 of file SYS_kickoff.c. |
1.3.9.1