Ejemplo n.º 1
0
void mt65xx_logo_get_custom_if(void)
{
    if(logo_cust_if == NULL)
    {
        logo_cust_if = LOGO_GetCustomIF();
    }
}
Ejemplo n.º 2
0
/*
 * Custom interface 
 *
 */
void mt_logo_get_custom_if(void)
{
    if(logo_cust_if == NULL)
    {
        logo_cust_if = (LOGO_CUST_IF *)LOGO_GetCustomIF();
    }
}