mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-12 01:45:34 +08:00
drivers remove extra semicolons
This commit is contained in:
committed by
Nuno Marques
parent
a87b6befbb
commit
58268c832c
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user