/**
|
******************************************************************************
|
* @file embreg.h
|
* @author AndyChen
|
* @version V1.0
|
* @date 2015-xx-xx
|
* @brief
|
******************************************************************************
|
* @attention
|
*
|
*
|
******************************************************************************
|
*/
|
|
/* Define to prevent recursive inclusion --------------------------------------*/
|
|
#ifndef __EMBREG_H
|
|
#define __EMBREG_H
|
|
/* Includes -------------------------------------------------------------------*/
|
|
#include "stm32f10x.h"
|
#include "mb.h"
|
#include "mbutils.h"
|
#include "port.h"
|
#include "regmap.h"
|
|
/* Exported_Macros ------------------------------------------------------------*/
|
|
|
|
|
|
/* Exported_Types -------------------------------------------------------------*/
|
|
/* Exported_Functions ---------------------------------------------------------*/
|
|
#endif
|
/******************* (C) COPYRIGHT 2015 AndyChen *******END OF FILE*************/
|