mirror of https://github.com/ArduPilot/ardupilot
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:
parent
daac540e08
commit
d400e5040b
|
@ -1165,7 +1165,7 @@
|
||||||
# define INERTIAL_NAV_XY DISABLED
|
# define INERTIAL_NAV_XY DISABLED
|
||||||
#endif
|
#endif
|
||||||
#ifndef INERTIAL_NAV_Z
|
#ifndef INERTIAL_NAV_Z
|
||||||
# define INERTIAL_NAV_Z DISABLED
|
# define INERTIAL_NAV_Z ENABLED
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#endif // __ARDUCOPTER_CONFIG_H__
|
#endif // __ARDUCOPTER_CONFIG_H__
|
||||||
|
|
Loading…
Reference in New Issue