AP_Vehicle: move AP_VideoTX to AP_VideoTX

This commit is contained in:
Andy Piper 2021-02-17 19:15:07 +00:00 committed by Andrew Tridgell
parent dd310fd12f
commit 74318dd0dd
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@
#include <AP_ESC_Telem/AP_ESC_Telem.h>
#include <AP_GyroFFT/AP_GyroFFT.h>
#include <AP_VisualOdom/AP_VisualOdom.h>
#include <AP_RCTelemetry/AP_VideoTX.h>
#include <AP_VideoTX/AP_VideoTX.h>
#include <AP_MSP/AP_MSP.h>
#include <AP_Frsky_Telem/AP_Frsky_Parameters.h>
#include <AP_ExternalAHRS/AP_ExternalAHRS.h>