Skip to content

Commit

Permalink
doc: spi: fix doxygen comment for MISO Lines doc
Browse files Browse the repository at this point in the history
Update SPI MISO Lines documentation to remove incorrect use of @kconfig.
Fixes #58912.

Signed-off-by: Benjamin Cabé <[email protected]>
  • Loading branch information
kartben authored and nashif committed Jun 7, 2023
1 parent 8426396 commit e82e5a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/zephyr/drivers/spi.h
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ extern "C" {
/** @} */

/**
* @name SPI MISO lines (if @kconfig{CONFIG_SPI_EXTENDED_MODES} is enabled)
* @name SPI MISO lines
* @{
*
* Some controllers support dual, quad or octal MISO lines connected to slaves.
Expand Down

0 comments on commit e82e5a6

Please sign in to comment.