1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-02-18 08:54:15 +01:00

Fixed channel group for DSM on flexyport

This commit is contained in:
a*morale 2012-11-03 20:41:33 +01:00
parent 99165abaf7
commit 0df1c22933

View File

@ -579,7 +579,7 @@ void PIOS_Board_Init(void) {
}
//TODO: Define the various Channelgroup for Revo dsm inputs and handle here
PIOS_Board_configure_dsm(&pios_usart_dsm_flexi_cfg, &pios_dsm_flexi_cfg,
&pios_usart_com_driver, &proto, MANUALCONTROLSETTINGS_CHANNELGROUPS_DSMMAINPORT,&hwsettings_DSMxBind);
&pios_usart_com_driver, &proto, MANUALCONTROLSETTINGS_CHANNELGROUPS_DSMFLEXIPORT,&hwsettings_DSMxBind);
}
break;
case HWSETTINGS_RM_FLEXIPORT_DEBUGCONSOLE: