使用make -f Makeboot 来使用gcc编译

添加 DMod_FireBusReadDatasV2_RC 函数
This commit is contained in:
ranchuan
2023-11-01 18:10:35 +08:00
parent 570476d79b
commit ddeec88a89
14 changed files with 261 additions and 41 deletions

View File

@@ -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",},
};