Index: sources/gui/guiglobals.h =================================================================== diff -u -r2fdeb1c461dde1b7b8bffcc5b814736190f98988 -rb84013c76474b0f0931e6be89a4c4def361def0b --- sources/gui/guiglobals.h (.../guiglobals.h) (revision 2fdeb1c461dde1b7b8bffcc5b814736190f98988) +++ sources/gui/guiglobals.h (.../guiglobals.h) (revision b84013c76474b0f0931e6be89a4c4def361def0b) @@ -41,16 +41,16 @@ }; enum class GuiActionsIndx_Enum { - PowerOff_ShowHide = 0, - PowerOff_Response = 0, + PowerOff_ShowHide = 0, + PowerOff_Response = 0, - BloodFlow_FlowSetPoint = 0, - BloodFlow_MeasuredFlow , - BloodFlow_RotorSpeed , - BloodFlow_MotorSpeed , - BloodFlow_MotorCtlSpeed , - BloodFlow_MotorCtlCurrent , - BloodFlow_PWMDtCycle , + BloodFlow_FlowSetPoint = 0, + BloodFlow_MeasuredFlow , + BloodFlow_RotorSpeed , + BloodFlow_MotorSpeed , + BloodFlow_MotorCtlSpeed , + BloodFlow_MotorCtlCurrent , + BloodFlow_PWMDtCycle , };