Slave Latency 4 -> 0 변경
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user