Update main.c

pull/15/head
alanbjohnston 6 years ago committed by GitHub
parent e5aa68cfeb
commit 7c21ce36dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -422,7 +422,10 @@ int upper_digit(int number) {
int get_tlm(void) {
sleep(2);
for (int j = 0; j < 3; j++);
{
int tlm[7][5];
memset(tlm, 0, sizeof tlm);
@ -523,7 +526,7 @@ for (int j = 0; j < 3; j++);
// fprintf(stderr, "Response\n");
sleep(2);
}
}
printf("End of get_tlm and rpitx =========================================================\n");

Loading…
Cancel
Save

Powered by TurnKey Linux.