more cleanup

pull/78/head
alanbjohnston 5 years ago committed by GitHub
parent d3ec5b3749
commit 07d6e22f37
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1330,7 +1330,7 @@ void get_tlm_fox() {
if (current[count1] > current_max[count1])
current_max[count1] = current[count1];
printf("Vmin %f Vmax %f Imin %f Imax %f \n", voltage_min[count1], voltage_max[count1], current_min[count1], current_max[count1]);
// printf("Vmin %f Vmax %f Imin %f Imax %f \n", voltage_min[count1], voltage_max[count1], current_min[count1], current_max[count1]);
}
for (int count1 = 0; count1 < 3; count1++) {
if (other[count1] < other_min[count1])

Loading…
Cancel
Save

Powered by TurnKey Linux.