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
I have tried to compile your code, but it fails - see two obvious things:
MCP251XFD/MCP251XFD.c:166:8: error: 'MCP251XFD' has no member named 'GPIOsOutLevel'
166 | pComp->GPIOsOutLevel = pConf->GPIOsOutLevel; // [C++] Transfer GPIOs output level at startup configuration, because the of the class
Hi,
I have tried to compile your code, but it fails - see two obvious things:
MCP251XFD/MCP251XFD.c:166:8: error: 'MCP251XFD' has no member named 'GPIOsOutLevel'
166 | pComp->GPIOsOutLevel = pConf->GPIOsOutLevel; // [C++] Transfer GPIOs output level at startup configuration, because the of the class
MCP251XFD.c:2221: error: unterminated #ifdef
2221 | #ifdef USE_ADVANCED_INTERFACE
The text was updated successfully, but these errors were encountered: