Index: firmware/App/Modes/OperationModes.h =================================================================== diff -u -r48ca7fd644c67920acc29a80b7af379d0a134d1a -r2d6eb4c585a2b9cc1f67244c45ed2ac32835d608 --- firmware/App/Modes/OperationModes.h (.../OperationModes.h) (revision 48ca7fd644c67920acc29a80b7af379d0a134d1a) +++ firmware/App/Modes/OperationModes.h (.../OperationModes.h) (revision 2d6eb4c585a2b9cc1f67244c45ed2ac32835d608) @@ -50,7 +50,7 @@ // ********** public function prototypes ********** void initOperationModes( void ); // initialize this unit -void execOperationModes( 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