Index: firmware/App/Modes/OperationModes.h =================================================================== diff -u -rf5b02f03b6695c0c76fd8a4d902a13114e1a8aca -r3e7b064885d99793bb56d940bd613555b1cdbdfa --- firmware/App/Modes/OperationModes.h (.../OperationModes.h) (revision f5b02f03b6695c0c76fd8a4d902a13114e1a8aca) +++ firmware/App/Modes/OperationModes.h (.../OperationModes.h) (revision 3e7b064885d99793bb56d940bd613555b1cdbdfa) @@ -35,8 +35,8 @@ void initOperationModes( void ); // initialize this module void execOperationModes( void ); // execute the operation modes state machine (scheduled periodic call) -void requestNewOperationMode( DG_OP_MODE newMode ); // request a transition to a new operation mode -DG_OP_MODE getCurrentOperationMode( void ); // get the current operation mode +void requestNewOperationMode( DG_OP_MODE_T newMode ); // request a transition to a new operation mode +DG_OP_MODE_T getCurrentOperationMode( void ); // get the current operation mode /**@}*/