We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f0cbba0 commit 084609aCopy full SHA for 084609a
drivers/spi/spi_shell.c
@@ -57,7 +57,7 @@ struct map {
57
#define INST_SPI_SHELL_DEVICE_AS_SPI_DEV(node_id) \
58
{ \
59
.name = DEVICE_DT_NAME(node_id), \
60
- .spec = SPI_DT_SPEC_GET(node_id, 0, 0), \
+ .spec = SPI_DT_SPEC_GET(node_id, 0), \
61
},
62
63
#define INST_SPI_SHELL_DEVICE_AS_SPI_DEV_AS_SPI_BUS(dev) \
0 commit comments