Browse Source

RC_Channel: move AP_VideoTX to AP_VideoTX

zr-v5.1
Andy Piper 4 years ago committed by Andrew Tridgell
parent
commit
8df8898464
  1. 2
      libraries/RC_Channel/RC_Channel.cpp

2
libraries/RC_Channel/RC_Channel.cpp

@ -44,7 +44,7 @@ extern const AP_HAL::HAL& hal; @@ -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

Loading…
Cancel
Save