Skip to content

Commit 6730517

Browse files
committed
fix remaining bugs
1 parent 9037100 commit 6730517

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

utility/EncoderFirmata.cpp

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -207,9 +207,6 @@ void EncoderFirmata::reportPosition(byte encoder)
207207
// Report all attached encoders positions (one message for all encoders)
208208
void EncoderFirmata::reportPositions()
209209
{
210-
for(encoder=0; encoder<MAX_ENCODERS; encoder++)
211-
{
212-
}
213210
Firmata.write(START_SYSEX);
214211
Firmata.write(ENCODER_DATA);
215212
byte encoder;

0 commit comments

Comments
 (0)