mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-22 02:15:22 +00:00
All sensors were using legacy log module registeration method where LOG_LEVEL was defined before registeration. This method was error prone as it requires preserving includes order. Replaced with LOG_MODULE_REGISTER(foo, level). Signed-off-by: Krzysztof Chruscinski <krzysztof.chruscinski@nordicsemi.no> |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
hmc5883l_trigger.c | ||
hmc5883l.c | ||
hmc5883l.h | ||
Kconfig |