Skip to content
Snippets Groups Projects
Commit c14cc0e6 authored by Erik Strand's avatar Erik Strand
Browse files

Fix another comment typo

parent 53338802
No related branches found
No related tags found
No related merge requests found
......@@ -30,7 +30,7 @@ int main(void) {
TCNT0 = 0;
}
// If it's been 10ms or more since PA7 changed state, // it's not bouncing.
// If it's been 10ms or more since PA7 changed state, it's not bouncing.
if (TCNT0 >= 195) {
// It's been 10ms since the switch changed.
if (bouncy_switch_state != debounced_switch_state) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment