Explorar o código

fix a stupid bug

Xℹ Ruoyao %!s(int64=4) %!d(string=hai) anos
pai
achega
25eb887ab5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;
 }