Update main.c

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

@ -446,7 +446,7 @@ int get_tlm(int tlm[][5]) {
setCalibration_16V_400mA(sensor[count]); setCalibration_16V_400mA(sensor[count]);
voltsShunt[count] = getShuntVoltage_mV(sensor[count])/1000; voltsShunt[count] = getShuntVoltage_mV(sensor[count])/1000;
voltsBus[count] = getBusVoltage_V(sensor[count]); voltsBus[count] = getBusVoltage_V(sensor[count]);
current[count] = getCurrent_mA(sensor[count]; current[count] = getCurrent_mA(sensor[count]);
power[count] = getPower_mW(sensor[count]); power[count] = getPower_mW(sensor[count]);
} }
else else

Loading…
Cancel
Save

Powered by TurnKey Linux.