Skip to content

Commit e7d342c

Browse files
committed
Merge conflict fixed
1 parent 4e761b6 commit e7d342c

1 file changed

Lines changed: 0 additions & 6 deletions

File tree

TSDRPlugin_Mirics/src/TSDRPlugin_Mirics.c

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -117,17 +117,11 @@ void samplepollthread(void * ctx) {
117117
outbuf[i] = val / 32767.0;
118118
}
119119

120-
<<<<<<< HEAD
121120
//mir_sdr_SetSyncUpdatePeriod(sps * SAMPLES_TO_PROCESS_AT_ONCE);
122121
//mir_sdr_SetSyncUpdateSampleNum(fs+sps * SAMPLES_TO_PROCESS_AT_ONCE);
123122

124123
cb_add(&circbuf, outbuf, outbufsize);
125-
=======
126-
mir_sdr_SetSyncUpdatePeriod(sps * SAMPLES_TO_PROCESS_AT_ONCE);
127-
mir_sdr_SetSyncUpdateSampleNum(fs+sps * SAMPLES_TO_PROCESS_AT_ONCE);
128124

129-
cb(outbuf, outbufsize, ctx);
130-
>>>>>>> 82ad738f1440fbbecd19dc2f5f1851467066e34a
131125
}
132126

133127
free(outbuf);

0 commit comments

Comments
 (0)