Fixed typos on booleans.

Merges https://github.com/espressif/esp-idf/pull/2067
This commit is contained in:
Le-Andrew
2018-06-15 19:32:43 +10:00
committed by Ivan Grokhotkov
parent 0cab3cecfd
commit a8da9c1b96
6 changed files with 6 additions and 6 deletions

View File

@@ -35,7 +35,7 @@ typedef enum {
* @brief Determine if the specified GPIO is a valid RTC GPIO.
*
* @param gpio_num GPIO number
* @return true if GPIO is valid for RTC GPIO use. talse otherwise.
* @return true if GPIO is valid for RTC GPIO use. false otherwise.
*/
inline static bool rtc_gpio_is_valid_gpio(gpio_num_t gpio_num)
{