xref: /btstack/port/renesas-tb-s1ja-cc256x/template/btstack_example/src/synergy_gen/common_data.c (revision 3b5c872a8c45689e8cc17891f01530f5aa5e911c)
1 /* generated common source file - do not edit */
2 #include "common_data.h"
3 /* Instance structure to use this module. */
4 const fmi_instance_t g_fmi =
5 { .p_api = &g_fmi_on_fmi };
6 const ioport_instance_t g_ioport =
7 { .p_api = &g_ioport_on_ioport, .p_cfg = NULL };
8 const cgc_instance_t g_cgc =
9 { .p_api = &g_cgc_on_cgc, .p_cfg = NULL };
10 const elc_instance_t g_elc =
11 { .p_api = &g_elc_on_elc, .p_cfg = NULL };
g_common_init(void)12 void g_common_init(void)
13 {
14 }
15