Update main.c don't print nl

fc-4
Alan Johnston 11 months ago committed by GitHub
parent b97c54e5fd
commit 32220e3a2f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -2350,7 +2350,7 @@ void get_tlm_fc() {
buffer[ctr++] = (int)( (float)bpsk_buffer[count] );
count += 4;
}
printf("\n");
// printf("\n");
}
printf("Encode collected time: %d\n", millis() - start_timer);

Loading…
Cancel
Save

Powered by TurnKey Linux.