From 9d21ba719c15a556625280212a9d847017ffd608 Mon Sep 17 00:00:00 2001 From: koen_1711 Date: Fri, 26 Apr 2024 21:49:27 +0200 Subject: [PATCH] chore: sync linuxgpio.c --- src/linuxgpio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/linuxgpio.c b/src/linuxgpio.c index 7b54f6fed..5ebe7f6c5 100644 --- a/src/linuxgpio.c +++ b/src/linuxgpio.c @@ -724,4 +724,4 @@ void linuxgpio_initpgm(PROGRAMMER *pgm) { const char linuxgpio_desc[] = "GPIO bitbanging using the Linux libgpiod or sysfs interface (not available)"; -#endif /* HAVE_LINUXGPIO */ +#endif /* HAVE_LINUXGPIO */ \ No newline at end of file