zephyrproject-rtos / zephyr

Primary Git Repository for the Zephyr Project. Zephyr is a new generation, scalable, optimized, secure RTOS for multiple hardware architectures.
https://docs.zephyrproject.org
Apache License 2.0
9.74k stars 6k forks source link

drivers: tmag5273 add missing ifdef around CRC support #72210

Closed deveritec-rosc closed 1 week ago

deveritec-rosc commented 2 weeks ago

An ifdef was missing in the tmag5273_get_crc_size function, resulting in build errors without CONFIG_CRC.

pdgendt commented 2 weeks ago

@deveritec-rosc Please fix the compliance issue.

deveritec-rosc commented 2 weeks ago

fixed