Update main.c typo

pull/395/head
Alan Johnston 4 months ago committed by GitHub
parent ef48e3f18a
commit 33900a0266
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -1263,7 +1263,7 @@ void get_tlm(void) {
if (sim_mode || (failureMode != FAIL_NONE))
strcat(tlm_str,"S ");
// printf("tlm_str: %s\n", tlm_str);
/ strcat(str, tlm_str);
strcat(str, tlm_str);
}
// strcpy(sensor_payload, buffer2);

Loading…
Cancel
Save

Powered by TurnKey Linux.