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

This commit is contained in:
Dr.-Ing. Amilcar Do Carmo Lucas 2017-12-03 20:46:20 +01:00 committed by Randy Mackay
parent 928bc19cee
commit 0404d3588d

View File

@ -170,9 +170,6 @@ enum RTLState {
#define DATA_BOTTOMED 65
#define DATA_NOT_BOTTOMED 66
// Centi-degrees to radians
#define DEGX100 5729.57795f
// Error message sub systems and error codes
#define ERROR_SUBSYSTEM_MAIN 1
#define ERROR_SUBSYSTEM_INPUT 2