Browse Source

Bugfix: icarus: Initialise read_count and other timing-related variables

Luke Dashjr 12 years ago
parent
commit
992ff96cfd
1 changed files with 1 additions and 0 deletions
  1. 1 0
      driver-icarus.c

+ 1 - 0
driver-icarus.c

@@ -554,6 +554,7 @@ bool icarus_detect_custom(const char *devpath, struct device_drv *api, struct IC
 	icarus->device_data = info;
 
 	timersub(&tv_finish, &tv_start, &(info->golden_tv));
+	icarus_set_timing(icarus, NULL, "", NULL, NULL);
 
 	return true;
 }