forked from xuos/xiuos
21 lines
335 B
C
Executable File
21 lines
335 B
C
Executable File
// See LICENSE for license details.
|
|
#ifndef _NUCLEI_SDK_SOC_H
|
|
#define _NUCLEI_SDK_SOC_H
|
|
|
|
#ifdef __cplusplus
|
|
extern "C" {
|
|
#endif
|
|
|
|
#include "gd32vf103.h"
|
|
// #include "gd32vf103_libopt.h"
|
|
#include "gd32vf103_rcu.h"
|
|
#include "gd32vf103_gpio.h"
|
|
#include "gd32vf103_usart.h"
|
|
#include "gd32vf103_timer.h"
|
|
|
|
|
|
#ifdef __cplusplus
|
|
}
|
|
#endif
|
|
#endif
|