DFU 완료 후 전원 래치 Low 방지(전원 OFF 이유 구분)

This commit is contained in:
2026-06-19 11:10:57 +09:00
parent 6ad018ad29
commit a6213faca8
3 changed files with 7 additions and 6 deletions
+2
View File
@@ -63,7 +63,9 @@ typedef enum
*============================================================================*/
void sleep_mode_enter(void);
void sleep_mode_enter_reason(const char *reason);
void device_power_off(void);
void device_power_keep_on(void);
void power_button_suspend(bool suspend);
/*==============================================================================