Index: firmware/App/Services/FPGA.h =================================================================== diff -u -rf760ffc4b10556e5186e9ceb90294262063440ca -r0caa659858cdbd6b887dda7417ffbbd3123f17f6 --- firmware/App/Services/FPGA.h (.../FPGA.h) (revision f760ffc4b10556e5186e9ceb90294262063440ca) +++ firmware/App/Services/FPGA.h (.../FPGA.h) (revision 0caa659858cdbd6b887dda7417ffbbd3123f17f6) @@ -59,8 +59,6 @@ void setAlarmAudioState( U32 state, U32 volumeLevel, U32 volumeDivider ); -F32 getFPGABloodFlowSignalStrength( void ); - U16 getFPGABloodPumpHallSensorCount( void ); U08 getFPGABloodPumpHallSensorStatus( void ); U16 getFPGADialInPumpHallSensorCount( void ); @@ -112,8 +110,6 @@ void getFPGAAirTrapLevels( BOOL *airAtLower, BOOL *airAtUpper ); -void setFPGASensorTest( U08 sensorTest ); - void setFPGAValvesControlMode( U16 bits ); U16 getFPGAValvesStatus( void );