zephyr/drivers/sensor/lis2ds12
Krzysztof Chruscinski ac417abdf0 drivers: sensors: Fix log module registration
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>
2019-10-11 07:33:08 -05:00
..
CMakeLists.txt license: cleanup: add SPDX Apache-2.0 license identifier 2019-04-07 08:45:22 -04:00
Kconfig dts/Kconfig: Remove unused HAS_DTS_SPI 2019-09-12 08:16:42 -05:00
lis2ds12_i2c.c drivers: sensors: Fix log module registration 2019-10-11 07:33:08 -05:00
lis2ds12_spi.c drivers: sensors: Fix log module registration 2019-10-11 07:33:08 -05:00
lis2ds12_trigger.c drivers: sensors: Fix log module registration 2019-10-11 07:33:08 -05:00
lis2ds12.c drivers: sensors: Fix log module registration 2019-10-11 07:33:08 -05:00
lis2ds12.h cleanup: include/: move sensor.h to drivers/sensor.h 2019-06-27 22:55:49 -04:00