Index: firmware/App/Services/FPGA.h =================================================================== diff -u -rb64c49fdcf2b6d95e61e63f8e258c4e600935bbd -r4fa5628781e2b420cad6afc42a4b754dd484b997 --- firmware/App/Services/FPGA.h (.../FPGA.h) (revision b64c49fdcf2b6d95e61e63f8e258c4e600935bbd) +++ firmware/App/Services/FPGA.h (.../FPGA.h) (revision 4fa5628781e2b420cad6afc42a4b754dd484b997) @@ -33,17 +33,9 @@ void signalFPGATransmitCompleted( void ); U16 getFPGAStatus( void ); -void setFPGAControl( U16 ctrl ); U32 getFPGALoadCellA1( void ); U32 getFPGALoadCellA2( void ); U32 getFPGALoadCellB1( void ); U32 getFPGALoadCellB2( void ); -F32 getFPGABloodFlow( void ); -F32 getFPGADialysateFlow( void ); -U16 getFPGAArterialPressure( void ); -U16 getFPGAVenousPressure( void ); -U16 getFPGABloodPumpOcclusion( void ); -U16 getFPGADialInPumpOcclusion( void ); -U16 getFPGADialOutPumpOcclusion( void ); #endif