ArduCopter: turn on INERTIAL_NAV_Z in the config.h file so that it takes effect when built for the mission planner

This commit is contained in:
rmackay9 2012-12-27 19:33:12 +09:00
parent 71f6a116be
commit 57702b7c31

View File

@ -1149,7 +1149,7 @@
# define INERTIAL_NAV_XY DISABLED
#endif
#ifndef INERTIAL_NAV_Z
# define INERTIAL_NAV_Z DISABLED
# define INERTIAL_NAV_Z ENABLED
#endif
#endif // __ARDUCOPTER_CONFIG_H__