]> granicus.if.org Git - esp-idf/commitdiff
bugfix(typo): fix typo in rom/gpio.h
authorWangjialin <wangjialin@espressif.com>
Mon, 17 Jul 2017 07:41:02 +0000 (15:41 +0800)
committerWangjialin <wangjialin@espressif.com>
Mon, 17 Jul 2017 07:41:02 +0000 (15:41 +0800)
components/esp32/include/rom/gpio.h

index b740a020b6f9d00e98fac42af266cc93d77fe4f1..bd1777c60b3de3eaa42353fc68732419b8c093d7 100644 (file)
@@ -49,7 +49,7 @@ typedef enum {
     GPIO_PIN_INTR_DISABLE = 0,
     GPIO_PIN_INTR_POSEDGE = 1,
     GPIO_PIN_INTR_NEGEDGE = 2,
-    GPIO_PIN_INTR_ANYEGDE = 3,
+    GPIO_PIN_INTR_ANYEDGE = 3,
     GPIO_PIN_INTR_LOLEVEL = 4,
     GPIO_PIN_INTR_HILEVEL = 5
 } GPIO_INT_TYPE;