AP_Radio: move handling of AP_Radio RC input down into AP_RCProtocol

This commit is contained in:
Peter Barker 2024-05-01 13:23:46 +10:00 committed by Andrew Tridgell
parent f6bfd7cad3
commit 6f42556951
1 changed files with 1 additions and 1 deletions

View File

@ -3,7 +3,7 @@
#include <AP_HAL/AP_HAL_Boards.h>
#ifndef AP_RADIO_ENABLED
#define AP_RADIO_ENABLED HAL_RCINPUT_WITH_AP_RADIO
#define AP_RADIO_ENABLED 0
#endif
#ifndef AP_RADIO_BACKEND_DEFAULT_ENABLED