|
|
|
|
@ -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]);
|
|
|
|
|
|
|
|
|
|
|