drivers: spi: fix sample syntax

Upcoming versions of breathe highlight code embedded in Doxygen blocks.
In this case, the Devicetree fragment contained invalid syntax leading
to Sphinx warnings.

Signed-off-by: Gerard Marull-Paretas <gerard.marull@nordicsemi.no>
This commit is contained in:
Gerard Marull-Paretas 2022-08-11 17:53:33 +02:00 committed by Carles Cufí
parent f5378424f7
commit be21b45522

View File

@ -163,11 +163,11 @@ struct spi_cs_control {
* Example devicetree fragment:
*
* @code{.devicetree}
* gpio1: gpio@... { ... };
* gpio1: gpio@abcd0001 { ... };
*
* gpio2: gpio@... { ... };
* gpio2: gpio@abcd0002 { ... };
*
* spi@... {
* spi@abcd0003 {
* compatible = "vnd,spi";
* cs-gpios = <&gpio1 10 GPIO_ACTIVE_LOW>,
* <&gpio2 20 GPIO_ACTIVE_LOW>;