mirror of
https://gitee.com/mirrors_PX4/PX4-Autopilot.git
synced 2026-05-21 10:07:34 +08:00
Switch to the ASLUAV dialect
This commit is contained in:
committed by
JaeyoungLim
parent
4a1b9fce05
commit
514cb8e4fa
@@ -92,7 +92,7 @@ void mavlink_end_uart_send(mavlink_channel_t chan, int length);
|
||||
extern mavlink_status_t *mavlink_get_channel_status(uint8_t chan);
|
||||
extern mavlink_message_t *mavlink_get_channel_buffer(uint8_t chan);
|
||||
|
||||
#include <v2.0/standard/mavlink.h>
|
||||
#include <v2.0/ASLUAV/mavlink.h>
|
||||
|
||||
__END_DECLS
|
||||
|
||||
|
||||
@@ -48,7 +48,7 @@
|
||||
#ifndef MAVLINK_FTP_UNIT_TEST
|
||||
#include "mavlink_main.h"
|
||||
#else
|
||||
#include <v2.0/standard/mavlink.h>
|
||||
#include <v2.0/ASLUAV/mavlink.h>
|
||||
#endif
|
||||
|
||||
using namespace time_literals;
|
||||
|
||||
@@ -46,7 +46,7 @@
|
||||
#ifndef MAVLINK_FTP_UNIT_TEST
|
||||
#include "mavlink_bridge_header.h"
|
||||
#else
|
||||
#include <v2.0/standard/mavlink.h>
|
||||
#include <v2.0/ASLUAV/mavlink.h>
|
||||
#endif
|
||||
|
||||
class MavlinkFtpTest;
|
||||
|
||||
@@ -40,7 +40,7 @@
|
||||
#ifndef MAVLINK_FTP_UNIT_TEST
|
||||
#include "../mavlink_bridge_header.h"
|
||||
#else
|
||||
#include <v2.0/standard/mavlink.h>
|
||||
#include <v2.0/ASLUAV/mavlink.h>
|
||||
#endif
|
||||
#include "../mavlink_ftp.h"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user