missing quote

This commit is contained in:
wb2osz 2023-11-26 01:29:13 +00:00
parent ad5dbaec73
commit 5d35780498
1 changed files with 1 additions and 1 deletions

View File

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