Index: firmware/App/Services/FPGA.h =================================================================== diff -u -r9864b14f76782f1e68bf266dcd843451748715a0 -r07a5add2dff254f7be3699e4efac2b99d3554847 --- firmware/App/Services/FPGA.h (.../FPGA.h) (revision 9864b14f76782f1e68bf266dcd843451748715a0) +++ firmware/App/Services/FPGA.h (.../FPGA.h) (revision 07a5add2dff254f7be3699e4efac2b99d3554847) @@ -36,9 +36,10 @@ void setFPGAControl( U16 ctrl ); F32 getFPGABloodFlow( void ); F32 getFPGADialysateFlow( void ); -F32 getFPGABloodOcclusion( void ); -F32 getFPGADialysateInletOcclusion( void ); -F32 getFPGADialysateOutletOcclusion( void ); -F32 getFPGAArterialPressure( void ); +U16 getFPGAArterialPressure( void ); +U16 getFPGAVenousPressure( void ); +U16 getFPGABloodPumpOcclusion( void ); +U16 getFPGADialInPumpOcclusion( void ); +U16 getFPGADialOutPumpOcclusion( void ); #endif