Skip to content

Commit 882f2c8

Browse files
authored
Typo in a comment on Servo.h
1 parent d2a4a47 commit 882f2c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Servo.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@
7878
#define MIN_PULSE_WIDTH 544 // the shortest pulse sent to a servo
7979
#define MAX_PULSE_WIDTH 2400 // the longest pulse sent to a servo
8080
#define DEFAULT_PULSE_WIDTH 1500 // default pulse width when servo is attached
81-
#define REFRESH_INTERVAL 20000 // minumim time to refresh servos in microseconds
81+
#define REFRESH_INTERVAL 20000 // minimum time to refresh servos in microseconds
8282

8383
#define SERVOS_PER_TIMER 12 // the maximum number of servos controlled by one timer
8484
#define MAX_SERVOS (_Nbr_16timers * SERVOS_PER_TIMER)

0 commit comments

Comments
 (0)