Fix headers
That were hidden by import order before
This commit is contained in:
@@ -38,6 +38,9 @@ OF SUCH DAMAGE.
|
|||||||
#include "gd32vf103.h"
|
#include "gd32vf103.h"
|
||||||
#include "gd32vf103_dbg.h"
|
#include "gd32vf103_dbg.h"
|
||||||
#include "gd32vf103_rcu.h"
|
#include "gd32vf103_rcu.h"
|
||||||
|
#ifdef __cplusplus
|
||||||
|
extern "C" {
|
||||||
|
#endif
|
||||||
|
|
||||||
/* GPIOx(x=A,B,C,D,E) definitions */
|
/* GPIOx(x=A,B,C,D,E) definitions */
|
||||||
#define GPIOA (GPIO_BASE + 0x00000000U)
|
#define GPIOA (GPIO_BASE + 0x00000000U)
|
||||||
@@ -419,5 +422,8 @@ void gpio_event_output_disable(void);
|
|||||||
|
|
||||||
/* lock GPIO pin bit */
|
/* lock GPIO pin bit */
|
||||||
void gpio_pin_lock(uint32_t gpio_periph, uint32_t pin);
|
void gpio_pin_lock(uint32_t gpio_periph, uint32_t pin);
|
||||||
|
#ifdef __cplusplus
|
||||||
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
#endif /* GD32VF103_GPIO_H */
|
#endif /* GD32VF103_GPIO_H */
|
||||||
|
|||||||
@@ -1,5 +1,6 @@
|
|||||||
#pragma once
|
#pragma once
|
||||||
#include "Model_Config.h"
|
#include "Model_Config.h"
|
||||||
|
#include <stdint.h>
|
||||||
/**
|
/**
|
||||||
* Configuration.h
|
* Configuration.h
|
||||||
* Define here your default pre settings for TS80 or TS100
|
* Define here your default pre settings for TS80 or TS100
|
||||||
|
|||||||
Reference in New Issue
Block a user