Skip to content

Commit

Permalink
Merge pull request #45 from per1234/fix-spellcheck
Browse files Browse the repository at this point in the history
Fix misspelled word in sketch comment
  • Loading branch information
per1234 authored Oct 3, 2023
2 parents 07b6352 + 4d15c0a commit d99fc68
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ void queryPins() {
}
} while (!(c == '\n' || num_active_pins >= AN_MAX_ADC_CHANNELS));

// No (valid) input? Repeat previous measurement cylce
// No (valid) input? Repeat previous measurement cycle
if (!num_active_pins) {
num_active_pins = old_num_active_pins;
}
Expand Down

0 comments on commit d99fc68

Please sign in to comment.