Skip to content

Commit

Permalink
Fix typo from PR avrdudes#1568
Browse files Browse the repository at this point in the history
  • Loading branch information
MCUdude committed Jan 21, 2024
1 parent a336e47 commit baf98f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/linuxgpio.c
Original file line number Diff line number Diff line change
Expand Up @@ -356,7 +356,7 @@ static int libgpiod_is_working(void) {


static void linuxgpio_libgpiod_display(const PROGRAMMER *pgm, const char *p) {
msg_info("%sPin assignment : libgpiod\n", %s);
msg_info("%sPin assignment : libgpiod\n", p);
pgm_display_generic_mask(pgm, p, SHOW_AVR_PINS);
}

Expand Down

0 comments on commit baf98f0

Please sign in to comment.