driver: flash: npcx: use CONFIG_FLASH_LOG_LEVEL
This commit replaces the hard-coded log level with CONFIG_FLASH_LOG_LEVEL. Signed-off-by: Jun Lin <CHLin56@nuvoton.com>
This commit is contained in:
parent
2fc2b19670
commit
6064a1cf21
1 changed files with 1 additions and 1 deletions
|
|
@ -16,7 +16,7 @@
|
|||
#include "flash_npcx_fiu_qspi.h"
|
||||
|
||||
#include <zephyr/logging/log.h>
|
||||
LOG_MODULE_REGISTER(npcx_fiu_qspi, LOG_LEVEL_ERR);
|
||||
LOG_MODULE_REGISTER(npcx_fiu_qspi, CONFIG_FLASH_LOG_LEVEL);
|
||||
|
||||
/* Driver convenience defines */
|
||||
#define HAL_INSTANCE(dev) \
|
||||
|
|
|
|||
Loading…
Reference in a new issue