remove frameCnt from get_tlm_ao7

pull/152/head
alanbjohnston 4 years ago committed by GitHub
parent 80f8a3ae00
commit f6369dd5e4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -188,7 +188,7 @@ void loop() {
send_packet();
delay(2000);
test_radio();
// test_radio();
digitalWrite(LED_BUILTIN, LOW);
@ -223,10 +223,10 @@ void send_packet() {
void get_tlm_ao7() {
for (int l = 0; l < frameCnt; l++) {
// for (int l = 0; l < frameCnt; l++) {
fflush(stdout);
fflush(stderr);
// fflush(stdout);
// fflush(stderr);
int tlm[7][5];
memset(tlm, 0, sizeof tlm);
@ -266,7 +266,7 @@ void get_tlm_ao7() {
Serial.println("\n");
}
/**/
}
// }
}
void get_tlm_fox() {

Loading…
Cancel
Save

Powered by TurnKey Linux.