sensor/lsm9ds0_gyro: Fix logging configuration.

Change-Id: I332d9515e61d83f243f49353d4b67f854fec7f2e
Signed-off-by: Marcus Shawcroft <marcus.shawcroft@arm.com>
This commit is contained in:
Marcus Shawcroft 2016-11-26 21:19:06 +00:00
commit 9048cb91d0

View file

@ -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__ */