Slave Latency 4 -> 0 변경

This commit is contained in:
jhChun
2026-04-02 11:17:06 +09:00
parent 202284b1f6
commit 69fd39a30d
2 changed files with 4 additions and 3 deletions

View File

@@ -253,7 +253,7 @@ void led_init(void)
void led_set_state(led_state_t state)
{
if (state >= LED_STATE_COUNT) return;
/* 이전 패턴 중단 */
app_timer_stop(m_led_timer);
led_all_off();