Index: firmware/App/Monitors/Conductivity.c =================================================================== diff -u -r614a58c1d55d79e47329adb7e191d8cc9c681c72 -r8a7e671214ef3f742677f6de58b2b0ea86e8fe5c --- firmware/App/Monitors/Conductivity.c (.../Conductivity.c) (revision 614a58c1d55d79e47329adb7e191d8cc9c681c72) +++ firmware/App/Monitors/Conductivity.c (.../Conductivity.c) (revision 8a7e671214ef3f742677f6de58b2b0ea86e8fe5c) @@ -178,7 +178,7 @@ #ifdef __TEENSY_CONDUCTIVITY_DRIVER__ execConductivityTeensy(); #else - readConductivitySensors(); + readConductivitySensorData(); #endif //control conductivity sensor // TODO : need more clarity on why and when to execute following control.