mirror of https://github.com/ARMmbed/mbed-os.git
VirtualWatchdog: fix doxygen ingroup and ctor
parent
b89eeb7ec5
commit
29842f98a0
|
@ -57,7 +57,7 @@ namespace mbed {
|
||||||
* // Application code
|
* // Application code
|
||||||
* }
|
* }
|
||||||
* @endcode
|
* @endcode
|
||||||
* @ingroup platform
|
* @ingroup drivers
|
||||||
*/
|
*/
|
||||||
class VirtualWatchdog {
|
class VirtualWatchdog {
|
||||||
public:
|
public:
|
||||||
|
@ -72,7 +72,7 @@ public:
|
||||||
~VirtualWatchdog();
|
~VirtualWatchdog();
|
||||||
public:
|
public:
|
||||||
|
|
||||||
/** Start an independent watchdog timer with specified parameters.
|
/** Start an independent watchdog timer with specified parameters in the constructor.
|
||||||
*
|
*
|
||||||
* Assert for multiple calls of start.
|
* Assert for multiple calls of start.
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Reference in New Issue