Skip to content

Commit b2da4a5

Browse files
committed
VirtualWatchdog: add comment about exclusive access to Watchdog
1 parent 4310bd6 commit b2da4a5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

drivers/VirtualWatchdog.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ namespace mbed {
3737
/** \addtogroup drivers */
3838

3939
/** VirtualWatchdog should be used for applications where you use multiple services requiring watchdog functionality.
40-
* Use `Watchdog` driver for simple uses cases like bootloader.
40+
* 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.
4142
*
4243
* A system timer that will reset the system in the case of system failures or
4344
* malfunctions.

0 commit comments

Comments
 (0)