浏览代码

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