From 8df88984644a495c097c5acd8ceb171a0ddeb642 Mon Sep 17 00:00:00 2001 From: Andy Piper Date: Wed, 17 Feb 2021 19:15:38 +0000 Subject: [PATCH] RC_Channel: move AP_VideoTX to AP_VideoTX --- libraries/RC_Channel/RC_Channel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libraries/RC_Channel/RC_Channel.cpp b/libraries/RC_Channel/RC_Channel.cpp index 9b4864e8d7..3fc9205121 100644 --- a/libraries/RC_Channel/RC_Channel.cpp +++ b/libraries/RC_Channel/RC_Channel.cpp @@ -44,7 +44,7 @@ extern const AP_HAL::HAL& hal; #include #include #include -#include +#include #define SWITCH_DEBOUNCE_TIME_MS 200