Copter: Use DEGX100 define instead of hardcoded value (NFC)

This commit is contained in:
Dr.-Ing. Amilcar Do Carmo Lucas 2017-12-03 20:46:07 +01:00 committed by Randy Mackay
parent 07c8d208bc
commit 928bc19cee
1 changed files with 0 additions and 3 deletions

View File

@ -411,9 +411,6 @@ enum DevOptions {
#define DATA_WINCH_LENGTH_CONTROL 69
#define DATA_WINCH_RATE_CONTROL 70
// Centi-degrees to radians
#define DEGX100 5729.57795f
// Error message sub systems and error codes
#define ERROR_SUBSYSTEM_MAIN 1
#define ERROR_SUBSYSTEM_RADIO 2