Skip to content

Commit

Permalink
Merge pull request #25 from democat3457/update-print
Browse files Browse the repository at this point in the history
Update error print
  • Loading branch information
Rubberazer authored Apr 12, 2024
2 parents a0e384e + 4ecccc7 commit d707653
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orin.c
Original file line number Diff line number Diff line change
Expand Up @@ -2194,7 +2194,7 @@ int gpioSetPWMfrequency(unsigned gpio, unsigned frequency) {
printf("Only gpio numbers 15, 32 and 33 are accepted\n");
}
}
else {printf("Only frequencies from 400 to 1595000 Hz are allowed\n");
else {printf("Only frequencies from 50 to 1595000 Hz are allowed\n");
status =-2;}
return status;
}
Expand Down

0 comments on commit d707653

Please sign in to comment.