Index: firmware/App/Modes/OperationModes.h =================================================================== diff -u -rde5a0d43bdef611d963d11855bc958a8d8899a09 -r794e32744dade6f664237cb7610ec327687a8da5 --- firmware/App/Modes/OperationModes.h (.../OperationModes.h) (revision de5a0d43bdef611d963d11855bc958a8d8899a09) +++ firmware/App/Modes/OperationModes.h (.../OperationModes.h) (revision 794e32744dade6f664237cb7610ec327687a8da5) @@ -36,7 +36,7 @@ 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 +HD_OP_MODE_T getCurrentOperationMode( void ); // get the current operation mode /**@}*/