Skip to content

Commit

Permalink
doc: fix index typo in sdl bindings
Browse files Browse the repository at this point in the history
Label "key1" is used twice in the exemple, renaming to "key2".

Signed-off-by: Eve Redero <[email protected]>
  • Loading branch information
everedero authored and fabiobaltieri committed Feb 1, 2024
1 parent 9c038c6 commit 7f5b332
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dts/bindings/gpio/zephyr,gpio-emul-sdl.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ description: |
key1: key1 {
gpios = <&gpio0 0 GPIO_ACTIVE_HIGH>;
};
key1: key2 {
key2: key2 {
gpios = <&gpio0 1 GPIO_ACTIVE_HIGH>;
};
key3: key3 {
Expand Down

0 comments on commit 7f5b332

Please sign in to comment.