Merge branch 'bugfix/fixes_from_github' into 'master'

Fixes from Github

See merge request idf/esp-idf!2730
This commit is contained in:
Ivan Grokhotkov
2018-07-13 15:03:50 +08:00
10 changed files with 12 additions and 12 deletions
+1 -1
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)
{