]> granicus.if.org Git - esp-idf/commitdiff
Fixed incorrect value in comments for GPIO_NUM_33.
authorSimon Werner <psiphi75@users.noreply.github.com>
Wed, 7 Jun 2017 04:56:05 +0000 (16:56 +1200)
committerAngus Gratton <gus@projectgus.com>
Wed, 30 Aug 2017 07:55:00 +0000 (17:55 +1000)
Merges https://github.com/espressif/esp-idf/pull/676

components/driver/include/driver/gpio.h

index c68caee79cf4bcf291133e2c9b3907f535b4b819..1b184f6047905ab208398b30353bc4d429e404c6 100644 (file)
@@ -162,7 +162,7 @@ typedef enum {
     GPIO_NUM_27 = 27,   /*!< GPIO27, input and output */
 
     GPIO_NUM_32 = 32,   /*!< GPIO32, input and output */
-    GPIO_NUM_33 = 33,   /*!< GPIO32, input and output */
+    GPIO_NUM_33 = 33,   /*!< GPIO33, input and output */
     GPIO_NUM_34 = 34,   /*!< GPIO34, input mode only */
     GPIO_NUM_35 = 35,   /*!< GPIO35, input mode only */
     GPIO_NUM_36 = 36,   /*!< GPIO36, input mode only */