Index: firmware/App/Controllers/FlowSensors.c =================================================================== diff -u -r851ee579efc2add1f16a5012bdaac93658e760ea -r35fe6a299d68fe65dbb318134b2e0a8eb2806a24 --- firmware/App/Controllers/FlowSensors.c (.../FlowSensors.c) (revision 851ee579efc2add1f16a5012bdaac93658e760ea) +++ firmware/App/Controllers/FlowSensors.c (.../FlowSensors.c) (revision 35fe6a299d68fe65dbb318134b2e0a8eb2806a24) @@ -90,12 +90,12 @@ /*********************************************************************//** * @brief - * The execFlowSesnorsMonitor function executes the flow sensors monitor. + * The execFlowSensorsMonitor function executes the flow sensors monitor. * @details Inputs: none * @details Outputs: flowSensorStatus, flowSensorsCalRecord * @return none *************************************************************************/ -void execFlowSesnorsMonitor( void ) +void execFlowSensorsMonitor( void ) { U08 i; U08 countsIndex;