Skip to content

Commit

Permalink
Fix typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
andrewmarles committed Dec 22, 2024
1 parent 6e27d12 commit fa14dc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion FW/i2c_responder/app_main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -1343,7 +1343,7 @@ draw_main_screen(1);
if(packet->a_coordinate != 0xFFFFFFFF)
gpio_put(KPSTR_PIN, false);
gpio_put(ONBOARD_LED,1);
macro_raise_pressed = 0;
macro_lower_pressed = 0;
sleep_ms(10);
update_neopixels();

Expand Down

0 comments on commit fa14dc4

Please sign in to comment.