From 5d35780498e6c14c56e1cdf998409fff7b5ba380 Mon Sep 17 00:00:00 2001 From: wb2osz Date: Sun, 26 Nov 2023 01:29:13 +0000 Subject: [PATCH] missing quote --- src/ptt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ptt.c b/src/ptt.c index f602039..a75cb8d 100644 --- a/src/ptt.c +++ b/src/ptt.c @@ -480,7 +480,7 @@ void export_gpio(int ch, int ot, int invert, int direction) // The solution might be to use the new gpiod approach. dw_printf ("It looks like gpio with sysfs is not supported on this operating system.\n"); - dw_printf ("Rather than the following form, in the configuration file,\n); + dw_printf ("Rather than the following form, in the configuration file,\n"); dw_printf (" PTT GPIO %s\n", stemp); dw_printf ("try using gpiod form instead. e.g.\n"); dw_printf (" PTT GPIOD gpiochip0 %s\n", stemp);