#ifndef APPCONFIG_H #define APPCONFIG_H #include "sys.h" #include "CommandsDefine.h" #ifndef RUNNING_WHERE_AT_BOOT #define RUNNING_AT_WHERE RUNNING_AT_APP #else #define RUNNING_AT_WHERE RUNNING_AT_BOOT #endif extern void MainInit(void); #endif