i2c: Use I2C log level for lpi2c rtio
Driver simply registered itself without setting the level based on the I2C Kconfig which wasn't quite right, need the log level set based on the Kconfig for I2C. Signed-off-by: Tom Burdick <thomas.burdick@intel.com>
This commit is contained in:
parent
9e12c111bb
commit
508676ca11
@ -28,7 +28,7 @@
|
||||
#endif /* CONFIG_I2C_MCUX_LPI2C_BUS_RECOVERY */
|
||||
|
||||
#include <zephyr/logging/log.h>
|
||||
LOG_MODULE_REGISTER(mcux_lpi2c);
|
||||
LOG_MODULE_REGISTER(mcux_lpi2c, CONFIG_I2C_LOG_LEVEL);
|
||||
|
||||
#include "i2c-priv.h"
|
||||
/* Wait for the duration of 12 bits to detect a NAK after a bus
|
||||
|
||||
Loading…
Reference in New Issue
Block a user