#ifndef _MODEUPDATE_H__ #define _MODEUPDATE_H__ #include "BLCommon.h" /** * @defgroup UpdateMode UpdateMode * @brief Update mode unit. Manages the Update mode functions via a state * machine. * * @addtogroup UpdateMode * @{ */ // ********** public definitions ********** // ********** public function prototypes ********** void initUpdateMode( void ); U32 transitionToUpdateMode( void ); U32 execUpdateMode( void ); /**@}*/ #endif