Plane: removed incorrect conditional on parameter enum

This commit is contained in:
Andrew Tridgell 2015-02-21 13:55:18 +11:00
parent b650d39786
commit bee703ab2a
1 changed files with 0 additions and 2 deletions

View File

@ -130,9 +130,7 @@ public:
k_param_rtl_autoland, k_param_rtl_autoland,
k_param_override_channel, k_param_override_channel,
k_param_stall_prevention, k_param_stall_prevention,
#if OPTFLOW == ENABLED
k_param_optflow, k_param_optflow,
#endif
// 100: Arming parameters // 100: Arming parameters
k_param_arming = 100, k_param_arming = 100,