Skip to content
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

Fixed typo 'timout' #12595

Merged
merged 1 commit into from
Mar 9, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions TESTS/mbed_hal/watchdog_timing/watchdog_timing_tests.h
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,9 @@ void test_timing();
/** Test Watchdog timeout
*
* Given a device with a Watchdog started,
* when the Watchdog timout doesn't expire,
* when the Watchdog timeout doesn't expire,
* then the device restart is not performed.
* When the Watchdog timout does expire,
* When the Watchdog timeout does expire,
* then the device is restarted after the timeout and before twice the timeout value.
*/
void test_timeout_lower_limit();
Expand Down