Skip to content
Snippets Groups Projects
Commit 57702b7c authored by rmackay9's avatar rmackay9
Browse files

ArduCopter: turn on INERTIAL_NAV_Z in the config.h file so that it takes...

ArduCopter: turn on INERTIAL_NAV_Z in the config.h file so that it takes effect when built for the mission planner
parent 71f6a116
No related branches found
No related tags found
No related merge requests found
......@@ -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__
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment