فهرست منبع

fix a stupid bug

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;
 }