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