mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-01-03 06:28:27 -04:00
AP_HAL_ESP32: add and use AP_RCPROTOCOL_ENABLED
This commit is contained in:
parent
2d7123fcff
commit
49879ab28c
@ -25,7 +25,7 @@ void RCInput::init()
|
||||
if (_init) {
|
||||
return;
|
||||
}
|
||||
#ifndef HAL_BUILD_AP_PERIPH
|
||||
#if AP_RCPROTOCOL_ENABLED
|
||||
AP::RC().init();
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user