mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-08 17:08:28 -04:00
Copter: remove redundant ToRad definition
This commit is contained in:
parent
ef20676c67
commit
2b35fbc81f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user