코드 정리

This commit is contained in:
2026-06-26 17:20:45 +09:00
parent 6c7fa6d0e6
commit 1a78656c8f
14 changed files with 105 additions and 265 deletions
+2 -2
View File
@@ -1,8 +1,8 @@
/*******************************************************************************
* @file power_control.c
* @brief Device power sequence control (Zephyr port)
* @brief Device power sequence control
*
* Power-up sequence state machine with k_timer (single-shot 20ms intervals).
* Power-up sequence state machine with k_timer (single-shot 20ms intervals)
******************************************************************************/
#include <zephyr/kernel.h>
#include "main.h"