File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -36,7 +36,10 @@ namespace mbed {
36
36
37
37
/* * \addtogroup drivers */
38
38
39
- /* * A system timer that will reset the system in the case of system failures or
39
+ /* * VirtualWatchdog should be used for applications where you use multiple services requiring watchdog functionality.
40
+ * Use `Watchdog` driver for simple uses cases like bootloader.
41
+ *
42
+ * A system timer that will reset the system in the case of system failures or
40
43
* malfunctions.
41
44
*
42
45
* Example:
Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ namespace mbed {
31
31
32
32
/* * \addtogroup drivers */
33
33
/* * Hardware system timer that will reset the system in the case of system failures or
34
- * malfunctions. There is only one instance in the system.
34
+ * malfunctions. There is only one instance in the system (for multiple system timers, see VirtualWatchdog driver) .
35
35
*
36
36
* Example:
37
37
* @code
You can’t perform that action at this time.
0 commit comments