print chars after ? result

pull/101/head
alanbjohnston 5 years ago committed by GitHub
parent 9a3c34760a
commit 76f6750c3f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1376,6 +1376,7 @@ void get_tlm_fox() {
// int retry = FALSE;
while ((millis() < waitTime) && !end) {
int chars = (char) serialDataAvail(uart_fd);
printf("Chars: %d\n", chars);
while ((chars--> 0) && !end) {
c = (char) serialGetchar(uart_fd);
// printf ("%c", c);

Loading…
Cancel
Save

Powered by TurnKey Linux.