Index: firmware/App/Services/FpgaTD.c =================================================================== diff -u -rf688e0f8bded1f0a687437e3136cfba8b14f87b6 -r9ea1971251bb0064e626c21e7d94215114254a98 --- firmware/App/Services/FpgaTD.c (.../FpgaTD.c) (revision f688e0f8bded1f0a687437e3136cfba8b14f87b6) +++ firmware/App/Services/FpgaTD.c (.../FpgaTD.c) (revision 9ea1971251bb0064e626c21e7d94215114254a98) @@ -1522,53 +1522,8 @@ return 0;//( fpgaSensorReadings.fpgaGPIO & PUMP_TRACK_SWITCH_MASK ); } -#ifndef _RELEASE_ /*********************************************************************//** * @brief - * The getHardwareConfigStatus function returns the status of the hardware - * configuration. - * @details Inputs: fpgaSensorReadings - * @details Outputs: none - * @return status of the hardware configuration - *************************************************************************/ -HARDWARE_CONFIG_T getHardwareConfigStatus( void ) -{ - HARDWARE_CONFIG_T configValue = (HARDWARE_CONFIG_T)fpgaSensorReadings.fpgaHWConfigReg; - - return configValue; -} -#endif - -#ifdef DEBUG_ENABLED -/*********************************************************************//** - * @brief - * The setFPGAValveBloodArterialPWM function sets a PWM for VBA in counts. - * @details Inputs: fpgaActuatorSetPoints - * @details Outputs: fpgaActuatorSetPoints - * @param count which is the PWM of VBA in counts - * @return none - *************************************************************************/ -void setFPGAValveBloodArterialPWM( U16 count ) -{ - fpgaActuatorSetPoints.VBAPWMFixed = count; -} - -/*********************************************************************//** - * @brief - * The getFPGAValveBloodArterialPWM function returns the current PWM of - * VBA in counts. - * @details Inputs: fpgaSensorReadings - * @details Outputs: none - * @return current PWM of VBA in counts - *************************************************************************/ -U16 getFPGAValveBloodArterialPWM( void ) -{ - return fpgaSensorReadings.VBAPWMTarget; -} -#endif - -/*********************************************************************//** - * @brief * The checkFPGACommFailure function increments the FPGA comm failure * windowed timer and returns whether or not the number of failures in * the window have been reached.