Update main.c more prints

fc-jy
Alan Johnston 11 months ago committed by GitHub
parent b53b6f4079
commit c61f48b3a9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -2357,6 +2357,9 @@ void get_tlm_fc() {
source_bytes[extended + FC_EPS + 1] = 0xfc & (x << 2);
printf("1: %x\n", source_bytes[extended + FC_EPS + 1]);
printf("1: %x\n", (0x03 & (y >> 12)));
printf("1: %x\n", source_bytes[extended + FC_EPS + 1] + (0x03 & (y >> 12)));
printf("1: %x\n", source_bytes[extended + FC_EPS + 1] | (0x03 & (y >> 12)));
source_bytes[extended + FC_EPS + 1] = source_bytes[FC_EPS + 1] | (0x03 & (y >> 12));

Loading…
Cancel
Save

Powered by TurnKey Linux.