File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -54,12 +54,12 @@ typedef enum {
5454 * @brief Sleep wakeup cause
5555 */
5656typedef enum {
57- ESP_SLEEP_WAKEUP_UNDEFINED , //! In case of deep sleep, reset was not caused by exit from deep sleep
58- ESP_SLEEP_WAKEUP_EXT0 , //! Wakeup caused by external signal using RTC_IO
59- ESP_SLEEP_WAKEUP_EXT1 , //! Wakeup caused by external signal using RTC_CNTL
60- ESP_SLEEP_WAKEUP_TIMER , //! Wakeup caused by timer
61- ESP_SLEEP_WAKEUP_TOUCHPAD , //! Wakeup caused by touchpad
62- ESP_SLEEP_WAKEUP_ULP , //! Wakeup caused by ULP program
57+ ESP_SLEEP_WAKEUP_UNDEFINED , //!< In case of deep sleep, reset was not caused by exit from deep sleep
58+ ESP_SLEEP_WAKEUP_EXT0 , //!< Wakeup caused by external signal using RTC_IO
59+ ESP_SLEEP_WAKEUP_EXT1 , //!< Wakeup caused by external signal using RTC_CNTL
60+ ESP_SLEEP_WAKEUP_TIMER , //!< Wakeup caused by timer
61+ ESP_SLEEP_WAKEUP_TOUCHPAD , //!< Wakeup caused by touchpad
62+ ESP_SLEEP_WAKEUP_ULP , //!< Wakeup caused by ULP program
6363} esp_sleep_wakeup_cause_t ;
6464
6565
You can’t perform that action at this time.
0 commit comments