mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-01-18 03:52:11 +01:00
Set the binding on the OPLink after configuring the radio.
This commit is contained in:
parent
57b4d8c720
commit
9b6493eeca
@ -218,6 +218,9 @@ void PIOS_Board_Init(void) {
|
||||
tx_buffer, PIOS_COM_RFM22B_RF_TX_BUF_LEN)) {
|
||||
PIOS_Assert(0);
|
||||
}
|
||||
|
||||
/* Set the RFM22B bindings. */
|
||||
PIOS_RFM22B_SetBindings(pios_rfm22b_id, oplinkSettings.Bindings);
|
||||
}
|
||||
#endif /* PIOS_INCLUDE_RFM22B */
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user