Update main.c

pull/26/head
alanbjohnston 6 years ago committed by GitHub
parent 8806efd67b
commit 13d117fdb5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -752,7 +752,8 @@ int get_tlm_fox() {
} }
} }
write_wav("transmit.wav", BUF_LEN, buffer, S_RATE); write_wav("transmit.wav", BUF_LEN, buffer, S_RATE);
int count;
for (count = 0; count < DATA_LEN; count++) { for (count = 0; count < DATA_LEN; count++) {
printf("%02X", b[count]); printf("%02X", b[count]);
} }

Loading…
Cancel
Save

Powered by TurnKey Linux.