mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-23 13:07:34 +08:00
mavlink: deprecated usage of MISSION_REQUEST at initial flight plan message (#24992)
This commit is contained in:
@@ -114,7 +114,7 @@ private:
|
||||
|
||||
uint8_t _reached_sent_count{0}; ///< last time when the vehicle reached a waypoint
|
||||
|
||||
bool _int_mode{false}; ///< Use accurate int32 instead of float
|
||||
bool _int_mode{true}; ///< Use accurate int32 instead of float
|
||||
|
||||
unsigned _filesystem_errcount{0}; ///< File system error count
|
||||
|
||||
|
||||
Reference in New Issue
Block a user