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

Fix typo in code comment

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