Merge pull request #1629 from MCUdude/pr1568-fix

Make linuxgpio.c compile #1568
This commit is contained in:
Stefan Rueger
2024-01-22 13:56:39 +13:00
committed by GitHub

View File

@@ -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);
}