generated from hulk/gd32e23x_template_cmake_vscode
7 lines
71 B
C
7 lines
71 B
C
#ifndef GPIO_H
|
|
#define GPIO_H
|
|
|
|
void gpio_init(void);
|
|
|
|
#endif // GPIO_H
|