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

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