We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi, im trying to use this library but when i include it in my project it doesn't compile and i get errors of missing definition of the macros
like
STM32_CAN.h:126:26: error: expected ')' before '*' token 126 | STM32_CAN(CAN_TypeDef* canPort, CAN_PINS pins, RXQUEUE_TABLE rxSize = RX_SIZE_16, TXQUEUE_TABLE txSize = TX_SIZE_16);
I've created a file named hal_conf_extra.h like in the examples, the problem is that even the examples do not compile Please help me
The text was updated successfully, but these errors were encountered:
That one has CANFD and not CAN interface, so that's why it doesn't compile.
Sorry, something went wrong.
No branches or pull requests
Hi, im trying to use this library but when i include it in my project it doesn't compile and i get errors of missing definition of the macros
like
I've created a file named hal_conf_extra.h like in the examples, the problem is that even the examples do not compile
Please help me
The text was updated successfully, but these errors were encountered: