Resetting the lap counter when a new name is recived
[apps/native/gear-racing-car.git] / inc / lap_counter / lap_counter.h
index 0fc3b0c..fefff62 100644 (file)
@@ -22,5 +22,6 @@ void lap_counter_set_user_name(const char *user_name);
 const char *lap_counter_get_user_name(void);
 void lap_counter_get_lap_time();
 void lap_counter_shutdown();
+void lap_counter_set_start_lap();
 
 #endif //LAP_COUNTER_H_