removed last printf

pull/24/head
alanbjohnston 7 years ago committed by GitHub
parent 65b6fac1c3
commit 78499e72d9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -217,7 +217,9 @@ 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);
#ifdef DEBUG_LOGGING
printf("%s \n",tlm_str);
#endif
strcat(str, tlm_str);
}

Loading…
Cancel
Save

Powered by TurnKey Linux.