You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As there was a name conflict for hal_i2c_init I tired to use the custom interface but this causes error: assignment from incompatible pointer type.
Example the atcacustom prototype is:
ATCA_STATUS (*halinit)(void *hal, void *cfg);
but should be same as in ATCAHAL_t struct and struct atca_iface: