sensor/bmc150: Fix logging configuration.

Change-Id: Iae06066b568f51c8b63f00e973a411dcbb396dac
Signed-off-by: Marcus Shawcroft <marcus.shawcroft@arm.com>
This commit is contained in:
Marcus Shawcroft 2016-11-26 21:18:27 +00:00
commit 91bc741255

View file

@ -184,6 +184,6 @@ int bmc150_magn_init_interrupt(struct device *dev);
#endif
#define SYS_LOG_DOMAIN "BMC150_MAGN"
#define SYS_LOG_LEVEL CONFIG_BMC150_MAGN_SYS_LOG_LEVEL
#define SYS_LOG_LEVEL CONFIG_SYS_LOG_SENSOR_LEVEL
#include <misc/sys_log.h>
#endif /* __SENSOR_BMC150_MAGN_H__ */