mirror of
https://github.com/bluekitchen/btstack.git
synced 2025-01-30 06:32:43 +00:00
9 lines
262 B
C
9 lines
262 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)
|
||
|
{
|
||
|
}
|