We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8218bf6 commit caa284eCopy full SHA for caa284e
drivers/spi/spi_rtio.c
@@ -12,7 +12,7 @@
12
#include <zephyr/sys/mpsc_lockfree.h>
13
14
#include <zephyr/logging/log.h>
15
-LOG_MODULE_DECLARE(spi_rtio, CONFIG_SPI_LOG_LEVEL);
+LOG_MODULE_REGISTER(spi_rtio, CONFIG_SPI_LOG_LEVEL);
16
17
const struct rtio_iodev_api spi_iodev_api = {
18
.submit = spi_iodev_submit,
0 commit comments