Index: firmware/App/Modes/OperationModes.h =================================================================== diff -u -rf6888c7e4e05cb84b11fceb4340458d8af543ce8 -r78c03fb021407eaf8d17dd0f74f6969443b397ce --- firmware/App/Modes/OperationModes.h (.../OperationModes.h) (revision f6888c7e4e05cb84b11fceb4340458d8af543ce8) +++ firmware/App/Modes/OperationModes.h (.../OperationModes.h) (revision 78c03fb021407eaf8d17dd0f74f6969443b397ce) @@ -35,7 +35,7 @@ void initOperationModes( void ); // initialize this module void execOperationModes( void ); // execute the operation modes state machine (scheduled periodic call) -void requestNewOperationMode( HD_OP_MODE_T newMode ); // request a transition to a new operation mode +void requestNewOperationMode( HD_OP_MODE_T newMode ); // Request a transition to a new operation mode HD_OP_MODE_T getCurrentOperationMode( void ); // get the current operation mode void initiateAlarmAction( ALARM_ACTION_T action ); // initiate an alarm or alarm recovery action according to current op mode