mirror of https://github.com/ARMmbed/mbed-os.git
VirtualWatchdog: add comment about exclusive access to Watchdog
parent
29842f98a0
commit
7b341847c4
|
@ -37,7 +37,8 @@ namespace mbed {
|
|||
/** \addtogroup drivers */
|
||||
|
||||
/** VirtualWatchdog should be used for applications where you use multiple services requiring watchdog functionality.
|
||||
* 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
|
||||
* if it is not the only owner of the watchdog.
|
||||
*
|
||||
* A system timer that will reset the system in the case of system failures or
|
||||
* malfunctions.
|
||||
|
|
Loading…
Reference in New Issue