Browse Source

HAL_ChibiOS: fixed build

master
Andrew Tridgell 6 years ago
parent
commit
3ab1cd4808
  1. 2
      libraries/AP_HAL_ChibiOS/RCInput.cpp

2
libraries/AP_HAL_ChibiOS/RCInput.cpp

@ -178,7 +178,7 @@ bool RCInput::rc_bind(int dsmMode) @@ -178,7 +178,7 @@ bool RCInput::rc_bind(int dsmMode)
#if HAL_USE_ICU == TRUE
// ask AP_RCProtocol to start a bind
rcin_prot.start_bind(dsmMode);
rcin_prot.start_bind();
#endif
#if HAL_RCINPUT_WITH_AP_RADIO

Loading…
Cancel
Save