Index: firmware/App/Services/FpgaTD.h =================================================================== diff -u -rae3240cfb3237c01472168fee0bfc6beb34e0ed9 -r37294a71c0b3e3ca67ccb10b85536d124d3ef028 --- firmware/App/Services/FpgaTD.h (.../FpgaTD.h) (revision ae3240cfb3237c01472168fee0bfc6beb34e0ed9) +++ firmware/App/Services/FpgaTD.h (.../FpgaTD.h) (revision 37294a71c0b3e3ca67ccb10b85536d124d3ef028) @@ -107,14 +107,12 @@ U08 getH19Control( void ); void setH19Position( S16 setPoint ); S16 getH19EncoderPosition( void ); -S16 getH19CmdPosition( void ); U16 getH19Status( void ); void setH1Control( U08 controlBits ); U08 getH1Control( void ); void setH1Position( S16 setPoint ); S16 getH1EncoderPosition( void ); -S16 getH1CmdPosition( void ); U16 getH1Status( void ); U16 getFPGABoardTemperature( void );