Skip to content

Commit 78a7000

Browse files
author
Amanda Butler
authored
Fix typo in Watchdog.md
Fix typo caught in engineering review.
1 parent dda911a commit 78a7000

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/porting/target/Watchdog.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ Implement the ResetReason API when implementing the Watchdog API. The ResetReaso
1010

1111
- Sleep and debug modes don't stop the watchdog timer from counting down.
1212
- The function `hal_watchdog_init` is safe to call repeatedly. The function's implementation must not do anything if `hal_watchdog_init` has already initialized the hardware watchdog timer.
13-
- `UINT32_MAX` milliseconds is the maxinum allowed max_timeout `hal_watchdog_get_platform_features()` returns; minimum timeout is 1 ms.
13+
- `UINT32_MAX` milliseconds is the maximum allowed max_timeout `hal_watchdog_get_platform_features()` returns; minimum timeout is 1 ms.
1414
- The watchdog should trigger at or after the timeout value.
1515
- The watchdog should trigger before twice the timeout value.
1616

0 commit comments

Comments
 (0)