Commit 722085f2 authored by Claes Sjofors's avatar Claes Sjofors

aproc timestamp bugfix in elog, and timestap added to rt_sim

parent 56641eea
...@@ -162,7 +162,7 @@ main () ...@@ -162,7 +162,7 @@ main ()
qcom_Free(&sts, get.data); qcom_Free(&sts, get.data);
} }
aproc_TimeStamp( lHelCB.ScanTime, 5.0); aproc_TimeStamp( lHelCB.ScanTime/1000, 5.0);
} }
} }
......
...@@ -1179,6 +1179,7 @@ int main( int argc, char *argv[]) ...@@ -1179,6 +1179,7 @@ int main( int argc, char *argv[])
exit(0); exit(0);
} }
} }
aproc_TimeStamp(sim->scantime(), 10);
first_scan = false; first_scan = false;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment