Index: firmware/App/Modes/ModeStandby.c =================================================================== diff -u -rc2951f468ebc19160ee9af14cc9c35bc16121889 -r0bb0852cf1b7abcd56df89f3b0328efeec37b15c --- firmware/App/Modes/ModeStandby.c (.../ModeStandby.c) (revision c2951f468ebc19160ee9af14cc9c35bc16121889) +++ firmware/App/Modes/ModeStandby.c (.../ModeStandby.c) (revision 0bb0852cf1b7abcd56df89f3b0328efeec37b15c) @@ -310,7 +310,7 @@ * @details \b Outputs: none * @return Current fluid type (saline or substitution fluid). *************************************************************************/ -U32 getFluidType( void ) +FLUID_TYPE_T getFluidType( void ) { return fluidType; } @@ -323,7 +323,7 @@ * @details \b Outputs: none * @return Treatment modality selected by the user on the home screen. *************************************************************************/ -U32 getModality( void ) +TREATMENT_TYPE_T getModality( void ) { return modality; }