From 8399056dcd0865e4a2a7df4f4e87622782e0d1da Mon Sep 17 00:00:00 2001 From: chutaro <35984595+chutaro@users.noreply.github.com> Date: Wed, 20 Dec 2023 15:53:47 +0900 Subject: [PATCH] =?UTF-8?q?app=20id=20=E3=81=AE=20enum=20=E5=90=8D?= =?UTF-8?q?=E3=82=92=E4=BF=AE=E6=AD=A3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/src_user/Applications/app_registry.c | 2 +- src/src_user/Applications/app_registry.h | 2 +- .../Settings/Modes/TaskLists/Elements/tl_elem_cdh_update.c | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/src_user/Applications/app_registry.c b/src/src_user/Applications/app_registry.c index c8385949..c0687449 100644 --- a/src/src_user/Applications/app_registry.c +++ b/src/src_user/Applications/app_registry.c @@ -98,7 +98,7 @@ void AR_load_initial_settings(void) add_application_(AR_APP_NVM_MANAGER, APP_NVM_MANAGER_create_app); add_application_(AR_APP_NVM_PARTITION, APP_NVM_PARTITION_create_app); add_application_(AR_APP_NVM_PARAMETER, APP_NVM_PARAMETER_create_app); - add_application_(AR_APP_NV_BC_MGR, APP_NVM_BC_create_app); + add_application_(AR_APP_NVM_BC, APP_NVM_BC_create_app); add_application_(AR_APP_AOCS_DATA_RECORDER, APP_AOCS_DR_create_app); // Thermal diff --git a/src/src_user/Applications/app_registry.h b/src/src_user/Applications/app_registry.h index 8e74f6f5..55cee923 100644 --- a/src/src_user/Applications/app_registry.h +++ b/src/src_user/Applications/app_registry.h @@ -91,7 +91,7 @@ typedef enum AR_APP_NVM_MANAGER, AR_APP_NVM_PARTITION, AR_APP_NVM_PARAMETER, - AR_APP_NV_BC_MGR, + AR_APP_NVM_BC, AR_APP_AOCS_DATA_RECORDER, // Thermal AR_APP_THERMO_SENSOR, diff --git a/src/src_user/Settings/Modes/TaskLists/Elements/tl_elem_cdh_update.c b/src/src_user/Settings/Modes/TaskLists/Elements/tl_elem_cdh_update.c index 2611613d..0d0360ec 100644 --- a/src/src_user/Settings/Modes/TaskLists/Elements/tl_elem_cdh_update.c +++ b/src/src_user/Settings/Modes/TaskLists/Elements/tl_elem_cdh_update.c @@ -21,7 +21,7 @@ void BCL_load_cdh_update() BCL_tool_register_app(6, AR_DI_MOBC_RT_TLM_PH); BCL_tool_register_app(7, AR_EVENT_UTILITY); BCL_tool_register_app(8, AR_APP_AOCS_DATA_RECORDER); - BCL_tool_register_app(9, AR_APP_NV_BC_MGR); // TODO: これだと10Hzで頻度高すぎる + BCL_tool_register_app(9, AR_APP_NVM_BC); // TODO: これだと10Hzで頻度高すぎる } #pragma section