Index: firmware/App/Services/FPGA.c =================================================================== diff -u -r5e0cd9b5be11ff4b2acaadbdcafc4ffe05172aa1 -r2505e43eaab426e0de49f67ebb9b78efcfd13f55 --- firmware/App/Services/FPGA.c (.../FPGA.c) (revision 5e0cd9b5be11ff4b2acaadbdcafc4ffe05172aa1) +++ firmware/App/Services/FPGA.c (.../FPGA.c) (revision 2505e43eaab426e0de49f67ebb9b78efcfd13f55) @@ -723,7 +723,7 @@ * write command to the FPGA. * @details * Inputs : none - * Outputs : # of bytes for next FPGA write command is set + * Outputs : number of bytes for next FPGA write command is set * @param bytes2Transmit number of bytes to be transmitted via DMA to the FPGA. * @return none *************************************************************************/ @@ -1425,7 +1425,6 @@ * @details * Inputs : fpgaSensorReadings.fpgaCPiFault * Outputs : none - * @param none * @return Latest CPi conductivity sensor fault *************************************************************************/ U08 getFPGACPiFault( void ) @@ -1439,7 +1438,6 @@ * @details * Inputs : fpgaSensorReadings.fpgaCPiReadCnt * Outputs : none - * @param none * @return Latest CPi conductivity sensor read count *************************************************************************/ U08 getFPGACPiReadCount( void ) @@ -1453,7 +1451,6 @@ * @details * Inputs : fpgaSensorReadings.fpgaCPiErrorCnt * Outputs : none - * @param none * @return Latest CPi conductivity sensor read error count *************************************************************************/ U08 getFPGACPiErrorCount( void ) @@ -1467,7 +1464,6 @@ * @details * Inputs : fpgaSensorReadings.fpgaCPi * Outputs : none - * @param none * @return Latest CPi conductivity sensor value *************************************************************************/ U32 getFPGACPi( void ) @@ -1481,7 +1477,6 @@ * @details * Inputs : fpgaSensorReadings.fpgaCPoFault * Outputs : none - * @param none * @return Latest CPo sensor fault *************************************************************************/ U08 getFPGACPoFault( void ) @@ -1495,7 +1490,6 @@ * @details * Inputs : fpgaSensorReadings.fpgaCPoReadCnt * Outputs : none - * @param none * @return Latest CPo conductivity sensor read count *************************************************************************/ U08 getFPGACPoReadCount( void ) @@ -1510,7 +1504,6 @@ * @details * Inputs : fpgaSensorReadings.fpgaCPoErrorCnt * Outputs : none - * @param none * @return Latest CPo conductivity sensor read error count *************************************************************************/ U08 getFPGACPoErrorCount( void ) @@ -1524,7 +1517,6 @@ * @details * Inputs : fpgaSensorReadings.fpgaCPo * Outputs : none - * @param none * @return Latest CPo conductivity sensor value *************************************************************************/ U32 getFPGACPo( void )