change printf

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

@ -443,7 +443,7 @@ int get_tlm_fox(uint8_t *b) {
*/ */
} }
for (count = 0; count < 64; count++) { for (count = 0; count < 64; count++) {
printf("%x", b[count]); printf("%x ", b[count]);
} }
printf("\n"); printf("\n");

Loading…
Cancel
Save

Powered by TurnKey Linux.