mirror of
https://github.com/espressif/esp-idf
synced 2025-03-12 18:49:08 -04:00
bugfix(typo): fix typo in rom/gpio.h
This commit is contained in:
parent
4ec2abbf23
commit
10340d718f
@ -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;
|
||||
|
Loading…
x
Reference in New Issue
Block a user