mirror of
https://github.com/espressif/esp-idf.git
synced 2025-10-02 18:10:57 +02:00
fix(esp_hw_support): change esp_sleep_clock_option_t to fix idf-13119
This commit is contained in:
@@ -110,7 +110,8 @@ typedef enum {
|
||||
*/
|
||||
typedef enum {
|
||||
ESP_SLEEP_CLOCK_OPTION_GATE, //!< Gate the clock in sleep mode
|
||||
ESP_SLEEP_CLOCK_OPTION_UNGATE //!< Ungate the clock in sleep mode
|
||||
ESP_SLEEP_CLOCK_OPTION_UNGATE, //!< Ungate the clock in sleep mode
|
||||
ESP_SLEEP_CLOCK_OPTION_MAX
|
||||
} esp_sleep_clock_option_t;
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user