Index: firmware/App/Services/FpgaRO.h =================================================================== diff -u -r17a448770daa138ebeb6ce79974966e650828f25 -r051cd0430ef8342bd606115c98871e26dc24acf1 --- firmware/App/Services/FpgaRO.h (.../FpgaRO.h) (revision 17a448770daa138ebeb6ce79974966e650828f25) +++ firmware/App/Services/FpgaRO.h (.../FpgaRO.h) (revision 051cd0430ef8342bd606115c98871e26dc24acf1) @@ -55,52 +55,42 @@ S16 getFPGAM1RawPressure( void ); S16 getFPGAM1RawTemperature( void ); U08 getFPGAM1ReadCount( void ); -U08 getFPGAM1ErrorCount( void ); S16 getFPGAM3RawPressure( void ); S16 getFPGAM3RawTemperature( void ); U08 getFPGAM3ReadCount( void ); -U08 getFPGAM3ErrorCount( void ); S16 getFPGAP8RawPressure( void ); S16 getFPGAP8RawTemperature( void ); U08 getFPGAP8ReadCount( void ); -U08 getFPGAP8ErrorCount( void ); S16 getFPGAP13RawPressure( void ); S16 getFPGAP13RawTemperature( void ); U08 getFPGAP13ReadCount( void ); -U08 getFPGAP13ErrorCount( void ); S16 getFPGAP17RawPressure( void ); S16 getFPGAP17RawTemperature( void ); U08 getFPGAP17ReadCount( void ); -U08 getFPGAP17ErrorCount( void ); S16 getFPGAX1RawPressure( void ); S16 getFPGAX1RawTemperature( void ); U08 getFPGAX1ReadCount( void ); -U08 getFPGAX1ErrorCount( void ); S16 getFPGAX2RawPressure( void ); S16 getFPGAX2RawTemperature( void ); U08 getFPGAX2ReadCount( void ); -U08 getFPGAX2ErrorCount( void ); S16 getFPGAX3RawPressure( void ); S16 getFPGAX3RawTemperature( void ); U08 getFPGAX3ReadCount( void ); -U08 getFPGAX3ErrorCount( void ); S16 getFPGAX4RawPressure( void ); S16 getFPGAX4RawTemperature( void ); U08 getFPGAX4ReadCount( void ); -U08 getFPGAX4ErrorCount( void ); S16 getFPGAX5RawPressure( void ); S16 getFPGAX5RawTemperature( void ); U08 getFPGAX5ReadCount( void ); -U08 getFPGAX5ErrorCount( void ); U32 getFPGAP23Temperature( void ); U32 getFPGAP22Temperature( void );