mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-07-15 03:20:36 +08:00
mavlink: refactor mavlink_log
This moves the mavlink_log interface from ioctl to uORB and enables the mavlink statusmessage output for Snapdragon. The API changes will lead to changes in all modules that are using it.
This commit is contained in:
@@ -282,3 +282,6 @@ ORB_DEFINE(ekf2_replay, struct ekf2_replay_s);
|
||||
|
||||
#include "topics/qshell_req.h"
|
||||
ORB_DEFINE(qshell_req, struct qshell_req_s);
|
||||
|
||||
#include "topics/mavlink_log.h"
|
||||
ORB_DEFINE(mavlink_log, struct mavlink_log_s);
|
||||
|
||||
Reference in New Issue
Block a user