Skip to content

Commit

Permalink
Merge pull request avrdudes#1629 from MCUdude/pr1568-fix
Browse files Browse the repository at this point in the history
Make linuxgpio.c compile avrdudes#1568
  • Loading branch information
stefanrueger authored Jan 22, 2024
2 parents a922799 + baf98f0 commit ef7e8b3
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 ef7e8b3

Please sign in to comment.