This commit is contained in:
mstroh76
2024-07-14 18:32:40 +02:00
parent b5a1448624
commit ffccd873a4
5 changed files with 60 additions and 18 deletions

View File

@@ -816,7 +816,7 @@ static void doPwmClock (int argc, char *argv [])
if ((clock < 1) || (clock > 4095))
{
fprintf (stderr, "%s: clock must be between 0 and 4096\n", argv [0]) ;
fprintf (stderr, "%s: pwm clock must be between 1 and 4095\n", argv [0]) ;
exit (1) ;
}