Update main.c move seq

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

@ -2398,9 +2398,9 @@ void get_tlm_fc() {
// source_bytes[FC_SW + 1] = 0xff & ((unsigned long int)sequence >> 8);
// source_bytes[FC_SW + 2] = 0xff & (unsigned long int)sequence++;
source_bytes[extended + 47] = 0xff & ((unsigned long int)sequence >> 16); // was 45 46
source_bytes[extended + 48] = 0xff & ((unsigned long int)sequence >> 8);
source_bytes[extended + 49] = 0xff & (unsigned long int)sequence++;
source_bytes[extended + 45] = 0xff & ((unsigned long int)sequence >> 16); // was 45 46
source_bytes[extended + 46] = 0xff & ((unsigned long int)sequence >> 8);
source_bytes[extended + 47] = 0xff & (unsigned long int)sequence++;
/**/
printf("\nsource_bytes\n");

Loading…
Cancel
Save

Powered by TurnKey Linux.