drivers remove extra semicolons

This commit is contained in:
Daniel Agar
2017-06-04 12:48:01 -04:00
committed by Nuno Marques
parent a87b6befbb
commit 58268c832c
9 changed files with 14 additions and 14 deletions
+1 -1
View File
@@ -779,7 +779,7 @@ MK::mk_servo_set(unsigned int chan, short val)
if (OK == transfer(&msg[0], 1, &result[0], 2)) {
Motor[chan].Current = result[0];
Motor[chan].MaxPWM = result[1];
Motor[chan].Temperature = 255;;
Motor[chan].Temperature = 255;
} else {
if ((Motor[chan].State & MOTOR_STATE_ERROR_MASK) < MOTOR_STATE_ERROR_MASK) { Motor[chan].State++; } // error