Index: firmware/App/Services/FPGA.c =================================================================== diff -u -reb9e7f219b519e0ce02d00296ceb986f642b38fe -r55cc500c07e3bb06926014c47553aa1419559407 --- firmware/App/Services/FPGA.c (.../FPGA.c) (revision eb9e7f219b519e0ce02d00296ceb986f642b38fe) +++ firmware/App/Services/FPGA.c (.../FPGA.c) (revision 55cc500c07e3bb06926014c47553aa1419559407) @@ -1678,9 +1678,9 @@ * @brief * The setFPGABloodLeakZero function sets the Blood Leak detector into * zeroing mode via the FPGA. - * @details Inputs: fpgaSensorReadings - * @details Outputs: none - * @return FPGABloodLeakZeroDetected + * @details Inputs: none + * @details Outputs: fpgaActuatorSetPoints + * @return none *************************************************************************/ void setFPGABloodLeakZero( void ) { @@ -1704,9 +1704,9 @@ * @brief * The setFPGABloodLeakSelfTest function sets the Blood Leak detector into * self-test mode via the FPGA. - * @details Inputs: fpgaSensorReadings - * @details Outputs: none - * @return FPGABloodLeakZeroDetected + * @details Inputs: none + * @details Outputs: fpgaActuatorSetPoints + * @return: none *************************************************************************/ void setFPGABloodLeakSelfTest( void ) { @@ -1786,9 +1786,9 @@ * @brief * The setFPGABubbleSelfTest function sets the given air bubble detector into * self-test mode via the FPGA. - * @details Inputs: fpgaSensorReadings - * @details Outputs: none - * @return FPGABubbleSelfTestDetected + * @details Inputs: none + * @details Outputs: fpgaActuatorSetPoints + * @return: none *************************************************************************/ void setFPGABubbleSelfTest( U32 bubble ) { @@ -1806,9 +1806,9 @@ * @brief * The clearFPGABubbleSelfTest function clears the given air bubble detector * from self-test mode via the FPGA. - * @details Inputs: fpgaSensorReadings - * @details Outputs: none - * @return none + * @details Inputs: none + * @details Outputs: fpgaActuatorSetPoints + * @return: none *************************************************************************/ void clearFPGABubbleSelfTest( U32 bubble ) {