We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4e761b6 commit e7d342cCopy full SHA for e7d342c
1 file changed
TSDRPlugin_Mirics/src/TSDRPlugin_Mirics.c
@@ -117,17 +117,11 @@ void samplepollthread(void * ctx) {
117
outbuf[i] = val / 32767.0;
118
}
119
120
-<<<<<<< HEAD
121
//mir_sdr_SetSyncUpdatePeriod(sps * SAMPLES_TO_PROCESS_AT_ONCE);
122
//mir_sdr_SetSyncUpdateSampleNum(fs+sps * SAMPLES_TO_PROCESS_AT_ONCE);
123
124
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);
128
129
- cb(outbuf, outbufsize, ctx);
130
->>>>>>> 82ad738f1440fbbecd19dc2f5f1851467066e34a
131
132
133
free(outbuf);
0 commit comments