Ability to turn the bi-color led on and off using the config
[apps/native/gear-racing-car.git] / src / lap_counter / lap_counter.c
index b52bd8a..b096534 100644 (file)
@@ -113,7 +113,7 @@ void lap_counter_get_lap_time()
                _calculate_lap_time(&s_info.last_timestamp, &timestamp);
        } else {
                _D("Initial lap");
-               resource_led_blink(LED_COLOR_NONE, 1000);
+               resource_led_blink(LED_COLOR_RED, 1000);
        }
 
        s_info.last_timestamp.tv_sec = timestamp.tv_sec;