Merge pull request #12595 from DavidLin1577/patch-9

Fixed typo 'timout'
pull/12607/head
Martin Kojtal 2020-03-09 16:42:58 +00:00 committed by GitHub
commit fe85cbd903
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -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();