AP_Arming: make enum values clearer

This commit is contained in:
Andrew Tridgell 2013-12-20 11:59:05 +11:00
parent f6d888e0da
commit f12dd85e1b
1 changed files with 3 additions and 3 deletions

View File

@ -31,8 +31,8 @@ public:
enum ArmingRequired { enum ArmingRequired {
NO = 0, NO = 0,
YES_MIN_PWM, YES_MIN_PWM = 1,
YES_ZERO_PWM, YES_ZERO_PWM = 2
}; };
//for the hacky funciton pointer to gcs_send_text_p //for the hacky funciton pointer to gcs_send_text_p