We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bcd9fe7 commit 7d6bc30Copy full SHA for 7d6bc30
drivers/mspi/mspi_nrfe.c
@@ -16,7 +16,7 @@
16
#include <zephyr/sys/atomic.h>
17
#endif
18
#include <zephyr/logging/log.h>
19
-LOG_MODULE_REGISTER(mspi_nrfe, CONFIG_MSPI_LOG_LEVEL);
+LOG_MODULE_REGISTER(mspi_nrfe, LOG_LEVEL_DBG);
20
21
#include <hal/nrf_gpio.h>
22
#include <drivers/mspi/nrfe_mspi.h>
0 commit comments