Index: firmware/App/Controllers/ConductivitySensors.c =================================================================== diff -u -r7cc6fbb41e6b460fedff71581f6205ef36d5deb6 -r16cd633e1d18224face6f977120ccab3846e7671 --- firmware/App/Controllers/ConductivitySensors.c (.../ConductivitySensors.c) (revision 7cc6fbb41e6b460fedff71581f6205ef36d5deb6) +++ firmware/App/Controllers/ConductivitySensors.c (.../ConductivitySensors.c) (revision 16cd633e1d18224face6f977120ccab3846e7671) @@ -103,7 +103,6 @@ // ********** private function prototypes ********** -static F32 getConductivityValue( U32 sensorId ); static F32 calcCompensatedConductivity( F32 conductivity, F32 temperature); static void calcRORejectionRatio( void ); static void processCPiCPoSensorRead( U32 sensorId, U32 fgpaRead, U08 fpgaReadCount, U08 fpgaErrorCount, U08 fpgaSensorFault ); @@ -240,7 +239,7 @@ * @param sensorId conductivity sensor id * @return compensated conductivity *************************************************************************/ -static F32 getConductivityValue( U32 sensorId ) +F32 getConductivityValue( U32 sensorId ) { F32 result = 0.0;