mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-23 22:58:10 +08:00
mavlink: only include HIGH_LATENCY2 stream on non flash constrained builds
This commit is contained in:
@@ -114,7 +114,6 @@ using matrix::wrap_2pi;
|
||||
#include "streams/GPS_GLOBAL_ORIGIN.hpp"
|
||||
#include "streams/GPS_RAW_INT.hpp"
|
||||
#include "streams/GPS_STATUS.hpp"
|
||||
#include "streams/HIGH_LATENCY2.hpp"
|
||||
#include "streams/HIL_ACTUATOR_CONTROLS.hpp"
|
||||
#include "streams/HIL_STATE_QUATERNION.hpp"
|
||||
#include "streams/HOME_POSITION.hpp"
|
||||
@@ -154,6 +153,7 @@ using matrix::wrap_2pi;
|
||||
# include "streams/GIMBAL_MANAGER_INFORMATION.hpp"
|
||||
# include "streams/GIMBAL_MANAGER_STATUS.hpp"
|
||||
# include "streams/GPS2_RAW.hpp"
|
||||
# include "streams/HIGH_LATENCY2.hpp"
|
||||
# include "streams/LINK_NODE_STATUS.hpp"
|
||||
# include "streams/NAMED_VALUE_FLOAT.hpp"
|
||||
# include "streams/ODOMETRY.hpp"
|
||||
|
||||
Reference in New Issue
Block a user