Fix upper lower case difference

This commit is contained in:
Jason2866 2024-05-01 15:18:25 +02:00 committed by GitHub
parent 117cee9e6e
commit 50979c328c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ class A4988_Stepper {
void setRPM (int whatRPM );
int getRPM (void );
void setMIS (short OneToSixteen);
void setMIS (short oneToSixteen);
short getMIS (void );
void setSPR (int howMany );