HAL_ChibiOS: fixed build

This commit is contained in:
Andrew Tridgell 2018-11-01 09:15:53 +11:00
parent c57fe83217
commit 3ab1cd4808

View File

@ -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