From: Ivan Grokhotkov Date: Tue, 8 Nov 2016 02:35:46 +0000 (+0800) Subject: driver/gpio: fix interrupt type names in comment block X-Git-Tag: v1.0~70^2~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=f142da3cede379d044a222712c6800fcdebafb94;p=esp-idf driver/gpio: fix interrupt type names in comment block https://github.com/espressif/esp-idf/issues/56 --- diff --git a/components/driver/include/driver/gpio.h b/components/driver/include/driver/gpio.h index 7106489d6c..1b2b758564 100644 --- a/components/driver/include/driver/gpio.h +++ b/components/driver/include/driver/gpio.h @@ -313,7 +313,7 @@ esp_err_t gpio_set_pull_mode(gpio_num_t gpio_num, gpio_pull_mode_t pull); * * @param gpio_num GPIO number. * - * @param intr_type GPIO wake-up type. Only GPIO_INTR_LOLEVEL\GPIO_INTR_HILEVEL can be used + * @param intr_type GPIO wake-up type. Only GPIO_INTR_LOW_LEVEL\GPIO_INTR_HIGH_LEVEL can be used. * * @return * - ESP_OK Success