sensor/lsm9ds0_gyro: Fix logging configuration.
Change-Id: I332d9515e61d83f243f49353d4b67f854fec7f2e Signed-off-by: Marcus Shawcroft <marcus.shawcroft@arm.com>
This commit is contained in:
parent
744e438a33
commit
9048cb91d0
1 changed files with 1 additions and 1 deletions
|
@ -264,6 +264,6 @@ int lsm9ds0_gyro_init_interrupt(struct device *dev);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#define SYS_LOG_DOMAIN "LSM9DS0_GYRO"
|
#define SYS_LOG_DOMAIN "LSM9DS0_GYRO"
|
||||||
#define SYS_LOG_LEVEL CONFIG_LSM9DS0_GYRO_SYS_LOG_LEVEL
|
#define SYS_LOG_LEVEL CONFIG_SYS_LOG_SENSOR_LEVEL
|
||||||
#include <misc/sys_log.h>
|
#include <misc/sys_log.h>
|
||||||
#endif /* __SENSOR_LSM9DS0_GYRO_H__ */
|
#endif /* __SENSOR_LSM9DS0_GYRO_H__ */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue