Skip to content

Commit

Permalink
Corrected a comment
Browse files Browse the repository at this point in the history
  • Loading branch information
dc42 committed Dec 20, 2020
1 parent fa4eb2a commit e31b09d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/SAME5x_C21/SAMC21/Startup.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit e31b09d

Please sign in to comment.