Index: firmware/App/Controllers/Valves.c =================================================================== diff -u -r524d83704e360a97df574ad5d02dc37289e08a59 -r5f779ca2cb5ed9ea966ad937e5509d649ed9c4fc --- firmware/App/Controllers/Valves.c (.../Valves.c) (revision 524d83704e360a97df574ad5d02dc37289e08a59) +++ firmware/App/Controllers/Valves.c (.../Valves.c) (revision 5f779ca2cb5ed9ea966ad937e5509d649ed9c4fc) @@ -61,7 +61,7 @@ * The initValves function initializes the Valves module. * @details * Inputs : none - * Outputs : Valves module initialized. + * Outputs : Valves module initialized * @return none *************************************************************************/ void initValves( void ) @@ -230,7 +230,7 @@ * @details * Inputs : valvesStatesPublishInterval * Outputs : none - * @return the current valves states publication interval (in task intervals). + * @return the current valves states publication interval (in task intervals) *************************************************************************/ U32 getPublishValvesStatesInterval( void ) { @@ -364,7 +364,7 @@ * @details * Inputs : valveState * Outputs : none - * @return the current valve state for given valve. + * @return the current valve state for given valve *************************************************************************/ U32 getValveState( U32 valve ) {