Update main.c added missing extended +

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

@ -2361,7 +2361,7 @@ void get_tlm_fc() {
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));
source_bytes[extended + FC_EPS + 1] = source_bytes[extended + FC_EPS + 1] | (0x03 & (y >> 12));
printf("1: %x\n", source_bytes[extended + FC_EPS + 1]);

Loading…
Cancel
Save

Powered by TurnKey Linux.