fixed hex printf

pull/26/head
alanbjohnston 6 years ago committed by GitHub
parent 4810e91091
commit 36366a478a
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++) {
printf("%2x ", b[count]);
printf("%02X", b[count]);
}
printf("\n");

Loading…
Cancel
Save

Powered by TurnKey Linux.