-
Notifications
You must be signed in to change notification settings - Fork 6.9k
New issue
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
Wrong log settings in can_stm32 driver #31573
Comments
LOG_MODULE_REGISTER(can_driver); |
LOG_MODULE_DEFINE not worked for me with samples/can/driver |
the sample builds without error on the latest HEAD. |
Sorry. It was my bad. It is not worked for me with my h7 can driver under dev. Thus I will close this issue. Your pointing on register in can_common will help me in investigation. |
Found it out. I've used |
BTW @Nukersson #31061 should work on the H7 too. |
Thank you very much! I will try to help in PR pointed by you. |
zephyr/drivers/can/can_stm32.c
Line 20 in 7786103
It must be
LOG_MODULE_REGISTER
instead ofLOG_MODULE_DEFINE
.The text was updated successfully, but these errors were encountered: