Update main.c missing int

fc-3
Alan Johnston 11 months ago committed by GitHub
parent c76db65087
commit 28604844dc
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -2371,7 +2371,7 @@ void get_tlm_fc() {
// data = val & 1 << (bit - 1);
// printf ("%d i: %d new frame %d data10[%d] = %x bit %d = %d \n",
// ctr/SAMPLES, i, frames, symbol, val, bit, (data > 0) );
symbol = i / samples;
int symbol = i / samples;
data = encoded_bytes[symbol];
if (data == 0) {
phase *= -1;

Loading…
Cancel
Save

Powered by TurnKey Linux.