mirror of
https://github.com/RT-Thread/rt-thread.git
synced 2025-01-18 14:53:32 +08:00
12 lines
314 B
C
12 lines
314 B
C
/* generated common source file - do not edit */
|
|
#include "common_data.h"
|
|
ioport_instance_ctrl_t g_ioport_ctrl;
|
|
const ioport_instance_t g_ioport =
|
|
{
|
|
.p_api = &g_ioport_on_ioport,
|
|
.p_ctrl = &g_ioport_ctrl,
|
|
.p_cfg = &g_bsp_pin_cfg,
|
|
};
|
|
void g_common_init(void) {
|
|
}
|