RC_Channel: move AP_VideoTX to AP_VideoTX

This commit is contained in:
Andy Piper 2021-02-17 19:15:38 +00:00 committed by Andrew Tridgell
parent 7039d67474
commit 8df8898464
1 changed files with 1 additions and 1 deletions

View File

@ -44,7 +44,7 @@ extern const AP_HAL::HAL& hal;
#include <AP_VisualOdom/AP_VisualOdom.h>
#include <AP_AHRS/AP_AHRS.h>
#include <AP_Mount/AP_Mount.h>
#include <AP_RCTelemetry/AP_VideoTX.h>
#include <AP_VideoTX/AP_VideoTX.h>
#define SWITCH_DEBOUNCE_TIME_MS 200