Browse Source

Copter: fix compiler warning from motorsync test

mission-4.1.18
Randy Mackay 11 years ago
parent
commit
3ba5b70736
  1. 2
      ArduCopter/test.pde

2
ArduCopter/test.pde

@ -284,7 +284,7 @@ test_motorsync(uint8_t argc, const Menu::arg *argv) @@ -284,7 +284,7 @@ test_motorsync(uint8_t argc, const Menu::arg *argv)
{
bool test_complete = false;
bool spin_motors = false;
uint32_t spin_start_time;
uint32_t spin_start_time = 0;
uint32_t last_run_time;
int16_t last_throttle = 0;
int16_t c;

Loading…
Cancel
Save