Skip to content

Commit 30637c8

Browse files
committed
Merge branch 'bugfix/docs_esp_sleep_wakeup_cause_t' into 'master'
Fix esp_sleep_wakeup_cause_t docs. Merges #1634 See merge request idf/esp-idf!1965
2 parents 68dc422 + bd0b3a7 commit 30637c8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

components/esp32/include/esp_sleep.h

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,12 @@ typedef enum {
5454
* @brief Sleep wakeup cause
5555
*/
5656
typedef 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

0 commit comments

Comments
 (0)