Update main.c

pull/10/head
alanbjohnston 7 years ago committed by GitHub
parent b24d1fcf83
commit ed6452ed25
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -437,7 +437,8 @@ int get_tlm(int tlm[][5]) {
power = getPower_mW(x_fd);
voltage = shuntVolts + busVolts;
printf("-X 0x40 busVolts %4.2f shuntVolts %4.2f current %4.2f power %4.2f \n", busVolts, shuntVolts, x_current, power);
}
int count;
for (count = 0; count < 8; count++)
{

Loading…
Cancel
Save

Powered by TurnKey Linux.