Update main.c

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

@ -457,7 +457,7 @@ int get_tlm(int tlm[][5]) {
power[count] = 0;
}
printf(" sensor[%d] voltsBus %4.2f voltsShunt %4.2f current %4.2f power %4.2f \n",
count, busVolts[count], voltsShunt[count], current[count], power[count]);
count, voltsBus[count], voltsShunt[count], current[count], power[count]);
}

Loading…
Cancel
Save

Powered by TurnKey Linux.