Index: firmware/App/Modes/OperationModes.h =================================================================== diff -u -r830213bc6dcc1a684610caf78c79d55f2cb41e93 -ra36dcbc3e2f94d418d8aa54588c836a3adf35e17 --- firmware/App/Modes/OperationModes.h (.../OperationModes.h) (revision 830213bc6dcc1a684610caf78c79d55f2cb41e93) +++ firmware/App/Modes/OperationModes.h (.../OperationModes.h) (revision a36dcbc3e2f94d418d8aa54588c836a3adf35e17) @@ -51,7 +51,7 @@ // ********** public function prototypes ********** void initOperationModes( void ); // initialize this unit -void execDDOperationModes( void ); // execute the operation modes state machine (scheduled periodic call) +void execDDOperationModes( void ); // execute the operation modes state machine (scheduled periodic call) void requestNewOperationMode( DD_OP_MODE_T newMode ); // request a transition to a new operation mode DD_OP_MODE_T getCurrentOperationMode( void ); // get the current operation mode DD_OP_MODE_T getPreviousOperationMode( void ); // get the previous operation mode