Browse Source

ACM : fix compiler warning on non returning function

master
Jason Short 12 years ago
parent
commit
6a40fcd56a
  1. 2
      ArduCopter/navigation.pde

2
ArduCopter/navigation.pde

@ -258,7 +258,7 @@ static int16_t get_desired_speed(int16_t max_speed)
return max_speed; return max_speed;
} }
static int16_t reset_desired_speed() static void reset_desired_speed()
{ {
max_speed_old = 0; max_speed_old = 0;
} }

Loading…
Cancel
Save