Index: firmware/App/Controllers/BPModule.c =================================================================== diff -u -rb4fa063812ba80ecf4f59f6d6c4394aaf22fdb03 -r82e0b3947c200cddb401f2eeb22db4a4711d174d --- firmware/App/Controllers/BPModule.c (.../BPModule.c) (revision b4fa063812ba80ecf4f59f6d6c4394aaf22fdb03) +++ firmware/App/Controllers/BPModule.c (.../BPModule.c) (revision 82e0b3947c200cddb401f2eeb22db4a4711d174d) @@ -234,7 +234,7 @@ * The handleBPModuleMeasureState function executes the BP module * measurement state * @details \b Inputs: none - * @details \b Outputs: bpModuleState + * @details \b Outputs: none * @return next BP module state ***************************************************************************/ static BP_MODULE_STATE_T handleBPModuleMeasureState( void ) @@ -258,8 +258,8 @@ * @brief * The handleBPModuleCheckState function executes the BP module * validation state handling. -* @details \b Inputs: checkBloodPressureReading -* @details \b Outputs: publishVitalsData +* @details \b Inputs: none +* @details \b Outputs: none * @return next BP module state. ***************************************************************************/ static BP_MODULE_STATE_T handleBPModuleCheckState( void ) @@ -280,8 +280,8 @@ * The bpModuleHandleVitalsRequest function handles the UI blood * pressure measurement request. * @details \b Message \b Sent: MSG_ID_TD_BLOOD_PRESSURE_READING -* @details \b Inputs: isBPCuffConnected -* @details \b Outputs: requestAdultBPReading +* @details \b Inputs: none +* @details \b Outputs: none * @return TRUE if request is accepted, FALSE if rejected. *************************************************************************/ BOOL bpModuleHandleVitalsRequest( MESSAGE_T *message )