1
0
forked from me/IronOS

Fix headers

That were hidden by import order before
This commit is contained in:
Ben V. Brown
2021-01-17 11:06:25 +11:00
parent 01997ed5fe
commit 67a0640f71
2 changed files with 7 additions and 0 deletions

View File

@@ -38,6 +38,9 @@ OF SUCH DAMAGE.
#include "gd32vf103.h"
#include "gd32vf103_dbg.h"
#include "gd32vf103_rcu.h"
#ifdef __cplusplus
extern "C" {
#endif
/* GPIOx(x=A,B,C,D,E) definitions */
#define GPIOA (GPIO_BASE + 0x00000000U)
@@ -419,5 +422,8 @@ void gpio_event_output_disable(void);
/* lock GPIO pin bit */
void gpio_pin_lock(uint32_t gpio_periph, uint32_t pin);
#ifdef __cplusplus
}
#endif
#endif /* GD32VF103_GPIO_H */

View File

@@ -1,5 +1,6 @@
#pragma once
#include "Model_Config.h"
#include <stdint.h>
/**
* Configuration.h
* Define here your default pre settings for TS80 or TS100