mirror of https://github.com/ArduPilot/ardupilot
Plane: remove unused definitions
This commit is contained in:
parent
30cba1a59c
commit
413f82bac1
|
@ -6,8 +6,6 @@
|
|||
|
||||
#define TRUE 1
|
||||
#define FALSE 0
|
||||
#define ToRad(x) radians(x) // *pi/180
|
||||
#define ToDeg(x) degrees(x) // *180/pi
|
||||
|
||||
#define DEBUG 0
|
||||
#define LOITER_RANGE 60 // for calculating power outside of loiter radius
|
||||
|
|
Loading…
Reference in New Issue