Browse Source

Copter: TradHeli update comment

be consistent with dynamic flight speed definition
master
ChristopherOlson 7 years ago committed by Andrew Tridgell
parent
commit
51c8c1adb2
  1. 2
      ArduCopter/heli.cpp

2
ArduCopter/heli.cpp

@ -5,7 +5,7 @@ @@ -5,7 +5,7 @@
#if FRAME_CONFIG == HELI_FRAME
#ifndef HELI_DYNAMIC_FLIGHT_SPEED_MIN
#define HELI_DYNAMIC_FLIGHT_SPEED_MIN 500 // we are in "dynamic flight" when the speed is over 1m/s for 2 seconds
#define HELI_DYNAMIC_FLIGHT_SPEED_MIN 500 // we are in "dynamic flight" when the speed is over 5m/s for 2 seconds
#endif
// counter to control dynamic flight profile

Loading…
Cancel
Save