From 89f794331e1dd3d200a29831578e09ccaeff42bb Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Sat, 6 Jul 2019 16:09:38 -0400 Subject: [PATCH] Update main.c --- afsk/main.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/afsk/main.c b/afsk/main.c index ccd5a1d2..ef43cf37 100644 --- a/afsk/main.c +++ b/afsk/main.c @@ -446,7 +446,7 @@ int get_tlm(int tlm[][5]) { setCalibration_16V_400mA(sensor[count]); voltsShunt[count] = getShuntVoltage_mV(sensor[count])/1000; voltsBus[count] = getBusVoltage_V(sensor[count]); - current[count] = getCurrent_mA(sensor[count]; + current[count] = getCurrent_mA(sensor[count]); power[count] = getPower_mW(sensor[count]); } else