mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-20 06:43:56 -04:00
AP_RCProtocol: move AP_VideoTX to AP_VideoTX
This commit is contained in:
parent
d97079e53b
commit
dd310fd12f
@ -23,7 +23,7 @@
|
||||
#include <AP_RCTelemetry/AP_Spektrum_Telem.h>
|
||||
#include <AP_Vehicle/AP_Vehicle_Type.h>
|
||||
#include <AP_HAL/utility/sparse-endian.h>
|
||||
#include <AP_RCTelemetry/AP_VideoTX.h>
|
||||
#include <AP_VideoTX/AP_VideoTX.h>
|
||||
|
||||
#include "spm_srxl.h"
|
||||
|
||||
|
@ -19,7 +19,7 @@
|
||||
#include <AP_HAL/AP_HAL.h>
|
||||
#include <AP_RCProtocol/AP_RCProtocol.h>
|
||||
#include <AP_SerialManager/AP_SerialManager.h>
|
||||
#include <AP_RCTelemetry/AP_VideoTX.h>
|
||||
#include <AP_VideoTX/AP_VideoTX.h>
|
||||
#include <stdio.h>
|
||||
|
||||
void setup();
|
||||
|
Loading…
Reference in New Issue
Block a user