Update main.c

pull/2/head
alanbjohnston 7 years ago committed by GitHub
parent cabbeb6ce3
commit 60b548ba31
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -219,7 +219,7 @@ int main(void) {
channel, upper_digit(tlm[channel][2]), lower_digit(tlm[channel][2]),
channel, upper_digit(tlm[channel][3]), lower_digit(tlm[channel][3]),
channel, upper_digit(tlm[channel][4]), lower_digit(tlm[channel][4]));
// printf("%s \n",tlm_str);
printf("%s \n",tlm_str);
strcat(str, tlm_str);
}

Loading…
Cancel
Save

Powered by TurnKey Linux.