Merge branch 'bugfix/rom_gpio_typo' into 'master'

bugfix(typo): fix typo in rom/gpio.h

See merge request !1009
This commit is contained in:
Angus Gratton 2017-07-18 06:53:30 +08:00
commit 4029ed1df4

View 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;