Index: firmware/App/Modes/OperationModes.h =================================================================== diff -u -r78c03fb021407eaf8d17dd0f74f6969443b397ce -r30f049651877229042e3f8700c8596e5b9a1e0f4 --- firmware/App/Modes/OperationModes.h (.../OperationModes.h) (revision 78c03fb021407eaf8d17dd0f74f6969443b397ce) +++ firmware/App/Modes/OperationModes.h (.../OperationModes.h) (revision 30f049651877229042e3f8700c8596e5b9a1e0f4) @@ -33,11 +33,11 @@ // ********** public function prototypes ********** -void initOperationModes( void ); // initialize this module -void execOperationModes( void ); // execute the operation modes state machine (scheduled periodic call) +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 -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 +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 /**@}*/