mirror of https://github.com/ArduPilot/ardupilot
Rover: remove unused TURN_GAIN definition
This commit is contained in:
parent
90a27520e9
commit
587addbdfa
|
@ -137,10 +137,6 @@
|
|||
#define CRUISE_SPEED 2 // in m/s
|
||||
#endif
|
||||
|
||||
#ifndef TURN_GAIN
|
||||
#define TURN_GAIN 5
|
||||
#endif
|
||||
|
||||
//////////////////////////////////////////////////////////////////////////////
|
||||
// Dataflash logging control
|
||||
//
|
||||
|
|
Loading…
Reference in New Issue