Index: firmware/App/Services/NVMgmtDD.h =================================================================== diff -u -r45b03b9f23005c05fc75f69416595a155e250cbe -r43e60a63eae841e599ff9106f43177a8f63d22be --- firmware/App/Services/NVMgmtDD.h (.../NVMgmtDD.h) (revision 45b03b9f23005c05fc75f69416595a155e250cbe) +++ firmware/App/Services/NVMgmtDD.h (.../NVMgmtDD.h) (revision 43e60a63eae841e599ff9106f43177a8f63d22be) @@ -18,15 +18,21 @@ #include "AlarmDefs.h" #include "NVRecordsDD.h" -#ifndef _RELEASE_ -#define SW_CONFIG_ENABLE_VALUE 1 ///< Software configuration enable. -#define SW_CONFIG_DISABLE_VALUE 0 ///< Software configuration disable. -#endif +/** + * @defgroup NVMgmtDD NVMgmtDD + * @brief + * + * @addtogroup NVMgmtDD + * @{ + */ +// ********** public function prototypes ********** + void initNVMgmtDD( void ); void signalPowerOffWarning( void ); void execNVDataMgmt( void ); void resetNVDataMgmtPOSTState( void ); -BOOL isNVExecStateIdle ( void ); +/**@}*/ + #endif /* _NV_MGMT_DD_H_ */