Index: firmware/App/Services/FpgaRO.h =================================================================== diff -u -rc9aa3971be05f25a7b0d7124e57cc60617c90ad7 -rd4d21b42ee8bd292a6d9f7966fe37abe0271dfda --- firmware/App/Services/FpgaRO.h (.../FpgaRO.h) (revision c9aa3971be05f25a7b0d7124e57cc60617c90ad7) +++ firmware/App/Services/FpgaRO.h (.../FpgaRO.h) (revision d4d21b42ee8bd292a6d9f7966fe37abe0271dfda) @@ -32,11 +32,11 @@ // ********** public definitions ********** -#define MAX_RO_PUMP_PWM 100U ///< Maximum RO pump PWM duty cycle percentage. // ********** public function prototypes ********** void initFPGARO( void ); +SELF_TEST_STATUS_T execFPGATest( void ); void checkFPGACommFailure( void ); BOOL checkFPGAFEOEFailure( void );