mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-15 23:53:12 +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 | ||
Kconfig | ||
tmp007_trigger.c | ||
tmp007.c | ||
tmp007.h |