Add special marker for speed only mode

This commit is contained in:
jsteube
2018-02-12 09:41:46 +01:00
parent 00bd356ade
commit 91e522d094
4 changed files with 32 additions and 10 deletions
+1
View File
@@ -1048,6 +1048,7 @@ typedef struct hc_device_param
u32 speed_pos;
u64 speed_cnt[SPEED_CACHE];
double speed_msec[SPEED_CACHE];
bool speed_only_finish;
hc_timer_t timer_speed;