Browse Source

Formatting fix.

sbg
James Goppert 9 years ago
parent
commit
7472c9033b
  1. 1
      src/drivers/tap_esc/tap_esc.cpp

1
src/drivers/tap_esc/tap_esc.cpp

@ -709,6 +709,7 @@ TAP_ESC::cycle()
motor_out[5] = _outputs.output[5]; motor_out[5] = _outputs.output[5];
motor_out[6] = RPMSTOPPED; motor_out[6] = RPMSTOPPED;
motor_out[7] = RPMSTOPPED; motor_out[7] = RPMSTOPPED;
} else { } else {
// Use the system defaults // Use the system defaults

Loading…
Cancel
Save