Xℹ Ruoyao пре 4 година
родитељ
комит
25eb887ab5
1 измењених фајлова са 1 додато и 1 уклоњено
  1. 1 1
      all.c

+ 1 - 1
all.c

@@ -165,7 +165,7 @@ int jump_rope_count_device_init(struct jump_rope_count_device *dev,
 
 	dev->cy_suppress = 0;
 	dev->last_cy = dev->last_cy_fixed = 0;
-	dev->wait_remain_time = dev->dead_zone_time = 0;
+	dev->wait_remain_time = dev->dead_zone_remain_time = 0;
 
 	return 0;
 }