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.
1 parent 3e4a8df commit 013d9b0Copy full SHA for 013d9b0
src/reset/reset-renesas.cpp
@@ -49,7 +49,7 @@ static bool is_async_reset_pending_flag = false;
49
50
std::optional<Error> reset()
51
{
52
- WDT.begin(1); /* Minium delay is 1 ms. */
+ WDT.begin(1); /* Minimum delay is 1 ms. */
53
return std::nullopt;
54
}
55
0 commit comments