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

Yet another comment typo fix

parent c14cc0e6
Branches
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ int main(void) {
// Configure led_pin as an output.
DDRB |= led_pin;
// Configure button_pin as an output.
// Configure button_pin as an input.
DDRA &= ~button_pin;
// Activate button_pin's pullup resistor.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment