Update main.c missing )

pacsat-v2.2-tlm3
Alan Johnston 4 weeks ago committed by GitHub
parent 643eaac19e
commit 558765f560
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -513,7 +513,7 @@ int main(int argc, char * argv[]) {
memset(sensor, 0, sizeof(sensor)); memset(sensor, 0, sizeof(sensor));
memset(other, 0, sizeof(other)); memset(other, 0, sizeof(other));
if ((mode == FSK) || (mode == BPSK) || (mode == PACSAT) // && !sim_mode) if ((mode == FSK) || (mode == BPSK) || (mode == PACSAT)) // && !sim_mode)
get_tlm_fox(); // fill transmit buffer with reset count 0 packets that will be ignored get_tlm_fox(); // fill transmit buffer with reset count 0 packets that will be ignored
firstTime = 1; firstTime = 1;

Loading…
Cancel
Save

Powered by TurnKey Linux.