We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4310bd6 commit b2da4a5Copy full SHA for b2da4a5
drivers/VirtualWatchdog.h
@@ -37,7 +37,8 @@ namespace mbed {
37
/** \addtogroup drivers */
38
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.
+ * Use `Watchdog` driver for simple uses cases like bootloader. Do not use both drivers at the same time - VirtualWatchdog will error
41
+ * if it is not the only owner of the watchdog.
42
*
43
* A system timer that will reset the system in the case of system failures or
44
* malfunctions.
0 commit comments