Skip to content
Snippets Groups Projects

RTS: ADC read 'max_loops' reset per card

Merged Erik von Reis requested to merge erik.vonreis/advligorts:max_loops_fix into branch-4.2
1 file
+ 1
0
Compare changes
  • Side-by-side
  • Inline
@@ -323,6 +323,7 @@ iop_adc_read( adcInfo_t* adcinfo, int cpuClk[] )
// loops and max_loops are usually equal to UNDERSAMPLE, but on the first cycle
// they loops may be less.
max_loops = UNDERSAMPLE;
if(first_adc_read)
{
loops = UNDERSAMPLE - cdsPciModules.adcTimeShift[card];
Loading