fixed debug loging warning

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

@ -432,7 +432,7 @@ int get_tlm(int tlm[][5]) {
voltage = shuntVolts + busVolts;
*/
#ifdef DEBUG_LOGGING
printf("-X 0x40 volts %4.2f busVolts %d shuntVolts %d current %4.2f power %4.2f \n\n", volts, busVolts, shuntVolts);
printf("-X 0x40 volts %4.2f busVolts %d shuntVolts %d \n\n", volts, busVolts, shuntVolts);
#endif
}
}

Loading…
Cancel
Save

Powered by TurnKey Linux.