Index: firmware/App/Modes/ModeStandby.h =================================================================== diff -u -rc2951f468ebc19160ee9af14cc9c35bc16121889 -r0bb0852cf1b7abcd56df89f3b0328efeec37b15c --- firmware/App/Modes/ModeStandby.h (.../ModeStandby.h) (revision c2951f468ebc19160ee9af14cc9c35bc16121889) +++ firmware/App/Modes/ModeStandby.h (.../ModeStandby.h) (revision 0bb0852cf1b7abcd56df89f3b0328efeec37b15c) @@ -49,8 +49,8 @@ void signalAlarmActionToStandbyMode( ALARM_ACTION_T action ); // Execute alarm action as appropriate for Standby mode void setFluidType( U32 modality ); // Set a specific fluid type -U32 getFluidType( void ); // Get a specific fluid type -U32 getModality( void ); // Get a specific modality +FLUID_TYPE_T getFluidType( void ); // Get a specific fluid type +TREATMENT_TYPE_T getModality( void ); // Get a specific modality /**@}*/