Copter: remove redundant ToRad definition

This commit is contained in:
Randy Mackay 2015-06-27 19:13:04 +09:00
parent ef20676c67
commit 2b35fbc81f

View File

@ -80,12 +80,6 @@ enum aux_sw_func {
#define SINGLE_FRAME 8
#define COAX_FRAME 9
// Internal defines, don't edit and expect things to work
// -------------------------------------------------------
#define ToRad(x) radians(x) // *pi/180
#define ToDeg(x) degrees(x) // *180/pi
// HIL enumerations
#define HIL_MODE_DISABLED 0
#define HIL_MODE_SENSORS 1