We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 0692fc6 + 4a4c50f commit fe85cbdCopy full SHA for fe85cbd
TESTS/mbed_hal/watchdog_timing/watchdog_timing_tests.h
@@ -43,9 +43,9 @@ void test_timing();
43
/** Test Watchdog timeout
44
*
45
* Given a device with a Watchdog started,
46
- * when the Watchdog timout doesn't expire,
+ * when the Watchdog timeout doesn't expire,
47
* then the device restart is not performed.
48
- * When the Watchdog timout does expire,
+ * When the Watchdog timeout does expire,
49
* then the device is restarted after the timeout and before twice the timeout value.
50
*/
51
void test_timeout_lower_limit();
0 commit comments