We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a336e47 commit baf98f0Copy full SHA for baf98f0
src/linuxgpio.c
@@ -356,7 +356,7 @@ static int libgpiod_is_working(void) {
356
357
358
static void linuxgpio_libgpiod_display(const PROGRAMMER *pgm, const char *p) {
359
- msg_info("%sPin assignment : libgpiod\n", %s);
+ msg_info("%sPin assignment : libgpiod\n", p);
360
pgm_display_generic_mask(pgm, p, SHOW_AVR_PINS);
361
}
362
0 commit comments