Skip to content

Commit

Permalink
cmv_snap3.c: fix LVDS in calc_exp_time
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdu committed Jul 4, 2016
1 parent 6c9b645 commit 2d2ae95
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmv_snap3/cmv_snap3.c
Original file line number Diff line number Diff line change
Expand Up @@ -378,7 +378,7 @@ double total(uint32_t time, uint32_t frames)

uint32_t calc_exp_time(double etime_ns)
{
double lvds = 300e6;
double lvds = 250e6;
double bits = 12;
double fot_overlap = 34 * (reg82 & 0xFF) + 1;

Expand Down

0 comments on commit 2d2ae95

Please sign in to comment.