Update main.c write b to dataLen

pacsat-v2.2-tlm2
Alan Johnston 4 weeks ago committed by GitHub
parent 3a805cbfe0
commit d05019609d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1578,7 +1578,7 @@ void get_tlm_fox() {
int count;
char byte;
printf("b is: \n");
for (count = 0; count < 70; count++) {
for (count = 0; count < dataLen; count++) {
byte = b[count];
fwrite(&byte, 1, 1, telem_binary);
printf("%02X ", byte);

Loading…
Cancel
Save

Powered by TurnKey Linux.