removed debug ina219[] printf

pull/27/head
alanbjohnston 7 years ago committed by GitHub
parent 4babd58712
commit 235fd7d6dd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -398,9 +398,9 @@ int get_tlm(int tlm[][5]) {
while (data2 != NULL) {
strcpy(ina219[i], data2);
#ifdef DEBUG_LOGGING
printf ("ina219[%d]=%s\n",i,ina219[i]);
#endif
// #ifdef DEBUG_LOGGING
// printf ("ina219[%d]=%s\n",i,ina219[i]);
// #endif
data2 = strtok (NULL, " ");
i++;
}

Loading…
Cancel
Save

Powered by TurnKey Linux.