rename board name 'gd32vf103_rvstar' as 'gd32vf103-rvstar'

This commit is contained in:
Wang_Weigen
2022-06-22 17:11:04 +08:00
parent bc7913a713
commit 578680f6e5
59 changed files with 16 additions and 16 deletions
+20
View File
@@ -0,0 +1,20 @@
// 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