40 lines
1.1 KiB
C
40 lines
1.1 KiB
C
/**
|
|
******************************************************************************
|
|
* @brief Configuration file.
|
|
******************************************************************************
|
|
*/
|
|
|
|
/* Define to prevent recursive inclusion -------------------------------------*/
|
|
#ifndef __GD32F10X_CONF_H
|
|
#define __GD32F10X_CONF_H
|
|
|
|
/* Includes ------------------------------------------------------------------*/
|
|
/* Comment the line below to disable peripheral header file inclusion */
|
|
#include "gd32f10x_adc.h"
|
|
#include "gd32f10x_bkp.h"
|
|
#include "gd32f10x_can.h"
|
|
#include "gd32f10x_crc.h"
|
|
#include "gd32f10x_dac.h"
|
|
#include "gd32f10x_dma.h"
|
|
#include "gd32f10x_eth.h"
|
|
#include "gd32f10x_exmc.h"
|
|
#include "gd32f10x_exti.h"
|
|
#include "gd32f10x_fmc.h"
|
|
#include "gd32f10x_gpio.h"
|
|
#include "gd32f10x_i2c.h"
|
|
#include "gd32f10x_iwdg.h"
|
|
#include "gd32f10x_mcudbg.h"
|
|
#include "gd32f10x_misc.h"
|
|
#include "gd32f10x_pwr.h"
|
|
#include "gd32f10x_rcc.h"
|
|
#include "gd32f10x_rcu.h"
|
|
#include "gd32f10x_rtc.h"
|
|
#include "gd32f10x_sdio.h"
|
|
#include "gd32f10x_spi.h"
|
|
#include "gd32f10x_timer.h"
|
|
#include "gd32f10x_usart.h"
|
|
#include "gd32f10x_wwdg.h"
|
|
|
|
#endif /* __GD32F10X_CONF_H */
|
|
|