mirror of
https://github.com/espressif/esp-idf.git
synced 2025-08-22 01:02:57 +00:00
Fixed typos on booleans.
Merges https://github.com/espressif/esp-idf/pull/2067
This commit is contained in:

committed by
Ivan Grokhotkov

parent
0cab3cecfd
commit
a8da9c1b96
@@ -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)
|
||||
{
|
||||
|
Reference in New Issue
Block a user