Skip to content

Commit

Permalink
missing quote
Browse files Browse the repository at this point in the history
  • Loading branch information
wb2osz committed Nov 26, 2023
1 parent ad5dbae commit 5d35780
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ptt.c
Original file line number Diff line number Diff line change
Expand Up @@ -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);
Expand Down

0 comments on commit 5d35780

Please sign in to comment.