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 ff112b5 commit 07c1d01Copy full SHA for 07c1d01
drivers/spi/spi_shell.c
@@ -193,7 +193,7 @@ SHELL_STATIC_SUBCMD_SET_CREATE(sub_spi_cmds,
193
SHELL_CMD_ARG(cs, &dsub_device_name,
194
"Assign CS GPIO to SPI device\n"
195
"Usage: spi cs <gpio-device> <pin> [<gpio flags>]"
196
- "example: spi conf gpio1 3 0x01",
+ "example: spi cs gpio1 3 0x01",
197
cmd_spi_conf_cs, 3, 1),
198
SHELL_CMD_ARG(transceive, NULL,
199
"Transceive data to and from an SPI device\n"
0 commit comments