Skip to content

Clarify maximum timeout in Watchdog.md #1134

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Aug 23, 2019

Conversation

AnotherButler
Copy link
Contributor

Clarify line about maximum timeout to resolve issue #1133

Clarify line about maximum timeout to resolve issue #1133
@AnotherButler
Copy link
Contributor Author

ping @jamesbeyond @0xc0170

Copy link
Contributor

@0xc0170 0xc0170 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

otherwise LGTM

@@ -10,7 +10,7 @@ Implement the ResetReason API when implementing the Watchdog API. The ResetReaso

- Sleep and debug modes don't stop the watchdog timer from counting down.
- 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.
- Maximum supported timeout is `UINT32_MAX` milliseconds; minimum timeout is 1ms.
- `UINT32_MAX` milliseconds is the maxinum allowed max_timeout `hal_watchdog_get_platform_features()` returns; minimum timeout is 1 ms.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

maxinum -> `maximum

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

😱 Good catch

Fix typo caught in engineering review.
@AnotherButler AnotherButler merged commit 588bf10 into development Aug 23, 2019
AnotherButler pushed a commit that referenced this pull request Aug 23, 2019
Apply changes from PR #1134 to v5.13.
@AnotherButler AnotherButler deleted the AnotherButler-patch-6 branch November 7, 2019 23:11
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants