mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-07 14:44:32 +02:00
driver/gpio: fix interrupt type names in comment block
https://github.com/espressif/esp-idf/issues/56
This commit is contained in:
@@ -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 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
|
* @return
|
||||||
* - ESP_OK Success
|
* - ESP_OK Success
|
||||||
|
Reference in New Issue
Block a user