Index: firmware/App/Services/FpgaTD.c =================================================================== diff -u -r12fa9b72d8e338b624879c284488a04b17115762 -r82e0b3947c200cddb401f2eeb22db4a4711d174d --- firmware/App/Services/FpgaTD.c (.../FpgaTD.c) (revision 12fa9b72d8e338b624879c284488a04b17115762) +++ firmware/App/Services/FpgaTD.c (.../FpgaTD.c) (revision 82e0b3947c200cddb401f2eeb22db4a4711d174d) @@ -1580,7 +1580,7 @@ * 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: command +* @details \b Inputs: none * @details \b Outputs: fpgaActuatorSetPoints.nibpCtl * @return none *************************************************************************/ @@ -1602,8 +1602,8 @@ * @brief * The setNIBPInflatePressure function sets the initial NIBP cuff inflate * pressure register. -* @details \b Inputs: pressure -* @details \b Outputs: fpgaActuatorSetPoints.nibpInflate +* @details \b Inputs: fpgaActuatorSetPoints.nibpInflate +* @details \b Outputs: none * @return none *************************************************************************/ void setNIBPInflatePressure( U16 pressure )