From: krzychb Date: Mon, 19 Jun 2017 20:12:54 +0000 (+0200) Subject: [TW#13322] Typo in documentation, fixes #694 X-Git-Tag: v2.1-rc1~13^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=05f56d1d25a3e9b74c1c14dbc591566cc2b8cc0f;p=esp-idf [TW#13322] Typo in documentation, fixes #694 --- diff --git a/components/driver/include/driver/gpio.h b/components/driver/include/driver/gpio.h index 53f2021a13..af727a8d74 100644 --- a/components/driver/include/driver/gpio.h +++ b/components/driver/include/driver/gpio.h @@ -130,10 +130,10 @@ typedef enum { GPIO_NUM_0 = 0, /*!< GPIO0, input and output */ GPIO_NUM_1 = 1, /*!< GPIO1, input and output */ GPIO_NUM_2 = 2, /*!< GPIO2, input and output - @note There are more enumerations like that + @note There are more enumerations like that up to GPIO39, excluding GPIO20, GPIO24 and GPIO28..31. - They are not shown here to reduce redundant information. - @note GPIO34..29 are input mode only. */ + They are not shown here to reduce redundant information. + @note GPIO34..39 are input mode only. */ /** @cond */ GPIO_NUM_3 = 3, /*!< GPIO3, input and output */ GPIO_NUM_4 = 4, /*!< GPIO4, input and output */