Index: firmware/App/Services/FpgaTD.c =================================================================== diff -u -r6ce3614af20c9f80e259f030d75c106266a4e32b -r9b73ea7e6bae0b28591b132cd832c6a41633fc81 --- firmware/App/Services/FpgaTD.c (.../FpgaTD.c) (revision 6ce3614af20c9f80e259f030d75c106266a4e32b) +++ firmware/App/Services/FpgaTD.c (.../FpgaTD.c) (revision 9b73ea7e6bae0b28591b132cd832c6a41633fc81) @@ -1580,8 +1580,9 @@ * The setNIBPCommand function sets the FPGA NIBP command bits and pulses * the command ready bit to notify the FPGA that a new NIBP command is * available. -* @details \b Inputs: fpgaActuatorSetPoints -* @details \b Outputs: none +* @details \b Inputs: none +* @details \b Outputs: fpgaActuatorSetPoints +* @param command Blood pressure command to send to the FPGA. * @return none *************************************************************************/ void setNIBPCommand( U08 command ) @@ -1604,6 +1605,7 @@ * pressure register. * @details \b Inputs: fpgaActuatorSetPoints * @details \b Outputs: none +* @param pressure Initial cuff inflation pressure in mmHg. * @return none *************************************************************************/ void setNIBPInflatePressure( U16 pressure )