Plane: remove unused definitions

This commit is contained in:
Randy Mackay 2016-05-26 22:14:47 +09:00
parent 30cba1a59c
commit 413f82bac1
1 changed files with 0 additions and 2 deletions

View File

@ -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