Skip to content

Commit ef7e8b3

Browse files
authored
Merge pull request #1629 from MCUdude/pr1568-fix
Make linuxgpio.c compile #1568
2 parents a922799 + baf98f0 commit ef7e8b3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/linuxgpio.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -356,7 +356,7 @@ static int libgpiod_is_working(void) {
356356

357357

358358
static void linuxgpio_libgpiod_display(const PROGRAMMER *pgm, const char *p) {
359-
msg_info("%sPin assignment : libgpiod\n", %s);
359+
msg_info("%sPin assignment : libgpiod\n", p);
360360
pgm_display_generic_mask(pgm, p, SHOW_AVR_PINS);
361361
}
362362

0 commit comments

Comments
 (0)