1
0
mirror of https://bitbucket.org/librepilot/librepilot.git synced 2025-01-18 03:52:11 +01:00

REVONANO Remove hardcoded Flexiport with telemetry

This commit is contained in:
Laurent Lalanne 2014-12-20 20:45:03 +01:00 committed by Alessio Morale
parent 21b485aa3f
commit aff4951d02

View File

@ -605,8 +605,7 @@ void PIOS_Board_Init(void)
/* Configure FlexiPort */ /* Configure FlexiPort */
uint8_t hwsettings_flexiport; uint8_t hwsettings_flexiport;
// HwSettingsRM_FlexiPortGet(&hwsettings_flexiport); HwSettingsRM_FlexiPortGet(&hwsettings_flexiport);
hwsettings_flexiport = HWSETTINGS_RM_FLEXIPORT_TELEMETRY;
switch (hwsettings_flexiport) { switch (hwsettings_flexiport) {
case HWSETTINGS_RM_FLEXIPORT_DISABLED: case HWSETTINGS_RM_FLEXIPORT_DISABLED:
break; break;