Skip to content
Snippets Groups Projects
Commit 3ba5b707 authored by Randy Mackay's avatar Randy Mackay
Browse files

Copter: fix compiler warning from motorsync test

parent a45b9cbe
No related branches found
No related tags found
No related merge requests found
......@@ -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;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment