1
0
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:
Brian Webb 2013-02-06 02:28:07 +00:00
parent 57b4d8c720
commit 9b6493eeca

View File

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