Uart_Config.h
875 字节
/**
********************************************************************
* @file Uart_Config.h
* Uart_Config的头文件
* 用于管理串口的基本信息
*********************************************************************
*/
/* Define to prevent recursive inclusion 避免重定义 -------------------------------------*/
#ifndef UART_CONFIG_H
#define UART_CONFIG_H
/* Includes ------------------------------------------------------------------*/
#include "BaseConfig.h"
#ifdef __cplusplus
extern "C" {
#endif
/* Exported constants --------------------------------------------------------*/
/* 常亮定义*/
/* Exported types ------------------------------------------------------------*/
/* Exported functions --------------------------------------------------------*/
#ifdef __cplusplus
}
#endif
#endif