[TW#13322] Typo in documentation, fixes #694
This commit is contained in:
parent
554b77bd56
commit
05f56d1d25
1 changed files with 3 additions and 3 deletions
|
@ -133,7 +133,7 @@ typedef enum {
|
||||||
@note There are more enumerations like that
|
@note There are more enumerations like that
|
||||||
up to GPIO39, excluding GPIO20, GPIO24 and GPIO28..31.
|
up to GPIO39, excluding GPIO20, GPIO24 and GPIO28..31.
|
||||||
They are not shown here to reduce redundant information.
|
They are not shown here to reduce redundant information.
|
||||||
@note GPIO34..29 are input mode only. */
|
@note GPIO34..39 are input mode only. */
|
||||||
/** @cond */
|
/** @cond */
|
||||||
GPIO_NUM_3 = 3, /*!< GPIO3, input and output */
|
GPIO_NUM_3 = 3, /*!< GPIO3, input and output */
|
||||||
GPIO_NUM_4 = 4, /*!< GPIO4, input and output */
|
GPIO_NUM_4 = 4, /*!< GPIO4, input and output */
|
||||||
|
|
Loading…
Reference in a new issue