주석 정리

This commit is contained in:
2026-07-21 14:41:33 +09:00
parent d3513e3985
commit 0fc578fb50
4 changed files with 35 additions and 31 deletions
+1 -1
View File
@@ -364,7 +364,7 @@ void power_control_start(void)
k_timer_start(&m_power_on_delay_timer, K_MSEC(POWER_ON_DELAY), K_NO_WAIT);
}
/* 소프트 리셋/DFU 리셋 후 버튼 없이 ON 상태 복구 */
/* soft reset/DFU reset/test image 부팅 시 버튼 없이 정상 ON 상태 복구 */
void power_control_resume_after_reset(uint32_t reset_reason)
{
device_on = true;