Skip to content

Commit 0f3f38e

Browse files
author
Filip Jagodzinski
committed
Watchdog: Fix astyle in doxy
1 parent ec53d1d commit 0f3f38e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/Watchdog.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ namespace mbed {
3434
* failures or malfunctions. If you fail to refresh the Watchdog timer periodically,
3535
* it resets the system after a set period of time.
3636
*
37-
* There is only one instance of the Watchdog class in the system, which directly maps to the hardware.
37+
* There is only one instance of the Watchdog class in the system, which directly maps to the hardware.
3838
* Use Watchdog::get_instance to obtain a reference.
3939
*
4040
* Watchdog::start initializes a system timer with a time period specified in

0 commit comments

Comments
 (0)