Index: firmware/App/Services/FpgaTD.c =================================================================== diff -u -ref0ad953c294bde34e18b9e5c8b8923b285ce77f -rd8b930c1ff0cec523a7d98d2c4ea74055e2ad6a8 --- firmware/App/Services/FpgaTD.c (.../FpgaTD.c) (revision ef0ad953c294bde34e18b9e5c8b8923b285ce77f) +++ firmware/App/Services/FpgaTD.c (.../FpgaTD.c) (revision d8b930c1ff0cec523a7d98d2c4ea74055e2ad6a8) @@ -169,11 +169,11 @@ U08 baroReadCount; ///< Reg 376. Baro read count. U08 baroErrorCount; ///< Reg 377. Baro error count. U08 notUsed; ///< Reg 378. Not used - U08 h10DacRdByte2; ///< Reg 379. H10 DAC Read Byte 2 - U08 h10DacRdByte3; ///< Reg 380. H10 DAC Read Byte 3 - U08 h10DacRdByte4; ///< Reg 381. H10 DAC Read Byte 4 - U08 h10DacRdByte5; ///< Reg 382. H10 DAC Read Byte 5 - U08 h10DacRdByte6; ///< Reg 383. H10 DAC Read Byte 6 + U08 h10DacRdByte2; ///< Reg 379. H10 Syringe pump DAC Read Byte 2. + U08 h10DacRdByte3; ///< Reg 380. H10 Syringe pump DAC Read Byte 3. + U08 h10DacRdByte4; ///< Reg 381. H10 Syringe pump DAC Read Byte 4. + U08 h10DacRdByte5; ///< Reg 382. H10 Syringe pump DAC Read Byte 5. + U08 h10DacRdByte6; ///< Reg 383. H10 Syringe pump DAC Read Byte 6. U08 nibpCtlStatus; ///< Reg 384. NIBP control status register. U08 nibpStatusResp; ///< Reg 385. NIBP response status register. S16 cuffPressure; ///< Reg 386. NIBP cuff pressure in mmHg. @@ -1592,8 +1592,8 @@ * @brief * The setNIBPInflatePressure function sets the initial NIBP cuff inflate * pressure register. -* @details \b Inputs: fpgaActuatorSetPoints -* @details \b Outputs: none +* @details \b Inputs: none +* @details \b Outputs: fpgaActuatorSetPoints * @param pressure Initial cuff inflation pressure in mmHg. * @return none *************************************************************************/