Index: firmware/App/Modes/ModeStandby.h =================================================================== diff -u -r99498a5bab0a1f4c706376feceadc66df6d1c22e -r410afd26b3ae5e372310c696c82f58c59235e10d --- firmware/App/Modes/ModeStandby.h (.../ModeStandby.h) (revision 99498a5bab0a1f4c706376feceadc66df6d1c22e) +++ firmware/App/Modes/ModeStandby.h (.../ModeStandby.h) (revision 410afd26b3ae5e372310c696c82f58c59235e10d) @@ -18,14 +18,14 @@ #define __MODE_STANDBY_H__ #include "FPCommon.h" -#include "RODefs.h" +#include "FPDefs.h" /** - * @defgroup ROStandbyMode ROStandbyMode + * @defgroup FPStandbyMode FPStandbyMode * @brief Standby mode unit. Manages the Standby mode functions via a state * machine. * - * @addtogroup ROStandbyMode + * @addtogroup FPStandbyMode * @{ */ @@ -37,9 +37,9 @@ U32 transitionToStandbyMode( void ); // Prepares for transition to standby mode U32 execStandbyMode( void ); // Execute the standby mode state machine (call from OperationModes) -RO_STANDBY_MODE_STATE_T getCurrentStandbyState( void ); // get the current state of the standby mode. +FP_STANDBY_MODE_STATE_T getCurrentStandbyState( void ); // get the current state of the standby mode. -BOOL testROstartGenPermeateOverride( MESSAGE_T *message ); // Overide start gen permeate mode +BOOL testFPstartGenPermeateOverride( MESSAGE_T *message ); // Overide start gen permeate mode /**@}*/