Skip to content

Commit d4d7f69

Browse files
committed
Typo found in documentation.
1 parent f49bda3 commit d4d7f69

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docs/src/drivers/hal_gpio.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,9 @@ gpiochip0 - 54 lines:
5252
...
5353
----
5454

55-
A list of input and/or output pins should be specified as shown in the sample above. (The \ character is used for line continuation in HAL, and is used to improve readability. The pin names are case-sensitive and there must be no spaces in the strings, either beteen the comma-separated pins lists of the "=" signs.)
55+
A list of input and/or output pins should be specified as shown in the sample above.
56+
The \ character is used for line continuation in HAL, and is used to improve readability.
57+
The pin names are case-sensitive and there must be no spaces in the strings, neither between the comma-separated pins lists of the "=" signs.
5658

5759
Additional modifiers are:
5860
*invert* (valid for outputs only). Inverts the sense of the physical pin relative to the value in HAL.

0 commit comments

Comments
 (0)