Commit 20239a5 1 parent c3082ff commit 20239a5 Copy full SHA for 20239a5
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -122,8 +122,8 @@ class Timer : public BaseComponent {
122
122
// / @brief Start the task watchdog for the timer.
123
123
// / @return true if the watchdog was started, false otherwise.
124
124
// / @note This function is only available on ESP
125
- // / @note This function is only available if CONFIG_ESP_TASK_WDT_EN is enabled
126
- // / in the menuconfig. Default is y (enabled).
125
+ // / @note This function will do nothing unless CONFIG_ESP_TASK_WDT_EN is
126
+ // / enabled in the menuconfig. Default is y (enabled).
127
127
// / @see stop_watchdog()
128
128
// / @see Task::start_watchdog()
129
129
// / @see Task::stop_watchdog()
@@ -132,8 +132,8 @@ class Timer : public BaseComponent {
132
132
// / @brief Stop the task watchdog for the timer.
133
133
// / @return true if the watchdog was stopped, false otherwise.
134
134
// / @note This function is only available on ESP
135
- // / @note This function is only available if CONFIG_ESP_TASK_WDT_EN is enabled
136
- // / in the menuconfig. Default is y (enabled).
135
+ // / @note This function will do nothing unless CONFIG_ESP_TASK_WDT_EN is
136
+ // / enabled in the menuconfig. Default is y (enabled).
137
137
// / @see start_watchdog()
138
138
// / @see Task::start_watchdog()
139
139
// / @see Task::stop_watchdog()
You can’t perform that action at this time.
0 commit comments