From e31b09d99383fb532867ce8da89e0491ea01605d Mon Sep 17 00:00:00 2001 From: David Crocker Date: Sun, 20 Dec 2020 00:04:00 +0000 Subject: [PATCH] Corrected a comment --- src/SAME5x_C21/SAMC21/Startup.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/SAME5x_C21/SAMC21/Startup.cpp b/src/SAME5x_C21/SAMC21/Startup.cpp index 0622675a..d3bf1250 100644 --- a/src/SAME5x_C21/SAMC21/Startup.cpp +++ b/src/SAME5x_C21/SAMC21/Startup.cpp @@ -140,7 +140,7 @@ static void InitClocks() noexcept if (xoscFrequency == 0) { - // Start up the crystal oscillator with high gain to guaranteed operation, so that we can measure its frequency + // Start up the crystal oscillator with high gain to guarantee operation, so that we can measure its frequency hri_oscctrl_write_XOSCCTRL_reg(OSCCTRL, OSCCTRL_XOSCCTRL_STARTUP(0) | (0 << OSCCTRL_XOSCCTRL_AMPGC_Pos)