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