Skip to content

Commit 5d35780

Browse files
committed
missing quote
1 parent ad5dbae commit 5d35780

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ptt.c

+1-1
Original file line numberDiff line numberDiff line change
@@ -480,7 +480,7 @@ void export_gpio(int ch, int ot, int invert, int direction)
480480
// The solution might be to use the new gpiod approach.
481481

482482
dw_printf ("It looks like gpio with sysfs is not supported on this operating system.\n");
483-
dw_printf ("Rather than the following form, in the configuration file,\n);
483+
dw_printf ("Rather than the following form, in the configuration file,\n");
484484
dw_printf (" PTT GPIO %s\n", stemp);
485485
dw_printf ("try using gpiod form instead. e.g.\n");
486486
dw_printf (" PTT GPIOD gpiochip0 %s\n", stemp);

0 commit comments

Comments
 (0)