使用make -f Makeboot 来使用gcc编译
添加 DMod_FireBusReadDatasV2_RC 函数
This commit is contained in:
@@ -97,13 +97,13 @@ typedef struct{
|
||||
}reboot_type_str;
|
||||
|
||||
static const reboot_type_str g_reboot_str[]={
|
||||
REBOOT_APP_TO_APP,"app restart",
|
||||
REBOOT_APP_TO_BOOT,"app reboot to boot",
|
||||
REBOOT_BOOT_TO_APP,"boot guide to app",
|
||||
REBOOT_BOOT_TO_BOOT,"boot restart",
|
||||
REBOOT_PARAM_ERR,"param err then reboot",
|
||||
REBOOT_HARD_ERR,"hard err then reboot",
|
||||
REBOOT_INIT,"watch dog died then reboot",
|
||||
{REBOOT_APP_TO_APP,"app restart",},
|
||||
{REBOOT_APP_TO_BOOT,"app reboot to boot",},
|
||||
{REBOOT_BOOT_TO_APP,"boot guide to app",},
|
||||
{REBOOT_BOOT_TO_BOOT,"boot restart",},
|
||||
{REBOOT_PARAM_ERR,"param err then reboot",},
|
||||
{REBOOT_HARD_ERR,"hard err then reboot",},
|
||||
{REBOOT_INIT,"watch dog died then reboot",},
|
||||
};
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user