Index: firmware/App/Modes/OperationModes.h =================================================================== diff -u -r48ca7fd644c67920acc29a80b7af379d0a134d1a -r6f961c6e113a4076ba9d5f97e078a398a8976d7c --- firmware/App/Modes/OperationModes.h (.../OperationModes.h) (revision 48ca7fd644c67920acc29a80b7af379d0a134d1a) +++ firmware/App/Modes/OperationModes.h (.../OperationModes.h) (revision 6f961c6e113a4076ba9d5f97e078a398a8976d7c) @@ -21,6 +21,7 @@ #include "DDCommon.h" #include "DDDefs.h" #include "TDDefs.h" + /** * @defgroup DDOperationModes DDOperationModes * @brief Operation Modes unit. Manages the top level operation modes of the DD via a state machine. @@ -50,7 +51,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