drivers: adc: nrfx: Correct log module name in adc_nrfx_adc.c
Due to a copy-paste mistake, this driver used an incorrect module name (adc_mcux_adc16) in log messages. Signed-off-by: Andrzej Głąbek <andrzej.glabek@nordicsemi.no>
This commit is contained in:
parent
dfeed647f5
commit
7c52bf9d0c
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@
|
|||
|
||||
#define LOG_LEVEL CONFIG_ADC_LOG_LEVEL
|
||||
#include <logging/log.h>
|
||||
LOG_MODULE_REGISTER(adc_mcux_adc16);
|
||||
LOG_MODULE_REGISTER(adc_nrfx_adc);
|
||||
|
||||
struct driver_data {
|
||||
struct adc_context ctx;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue