Index: firmware/App/Monitors/Conductivity.c =================================================================== diff -u -r61a53c2d8fea7cf4e7f2aa90bbe341edee8a69d9 -r019e570cacd748a39dfbd500fe5bd65f596f488c --- firmware/App/Monitors/Conductivity.c (.../Conductivity.c) (revision 61a53c2d8fea7cf4e7f2aa90bbe341edee8a69d9) +++ firmware/App/Monitors/Conductivity.c (.../Conductivity.c) (revision 019e570cacd748a39dfbd500fe5bd65f596f488c) @@ -178,7 +178,7 @@ #ifdef __TEENSY_CONDUCTIVITY_DRIVER__ execConductivityTeensy(); #else - readConductivitySensorData(); + readConductivitySensors(); #endif //control conductivity sensor // TODO : need more clarity on why and when to execute following control.