We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51c7f7d commit 44bc8dbCopy full SHA for 44bc8db
libraries/Servo/Servo.cpp
@@ -72,7 +72,7 @@ static void timer1_isr_servo(void)
72
73
Channel++; // increment to the next channel
74
75
- if(Channel < ServoCount) {
+ if(Channel < (int32_t)ServoCount) {
76
total_count += servos[Channel].ticks;
77
timer1_init_servo(servos[Channel].ticks);
78
if (servos[Channel].Pin.isActive == true) {
0 commit comments