diff --git a/components/esp_hw_support/include/esp_private/esp_sleep_internal.h b/components/esp_hw_support/include/esp_private/esp_sleep_internal.h index d66b739d8e..ec53ba31d8 100644 --- a/components/esp_hw_support/include/esp_private/esp_sleep_internal.h +++ b/components/esp_hw_support/include/esp_private/esp_sleep_internal.h @@ -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; /**