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:
parent
21b485aa3f
commit
aff4951d02
@ -605,8 +605,7 @@ void PIOS_Board_Init(void)
|
||||
|
||||
/* Configure FlexiPort */
|
||||
uint8_t hwsettings_flexiport;
|
||||
// HwSettingsRM_FlexiPortGet(&hwsettings_flexiport);
|
||||
hwsettings_flexiport = HWSETTINGS_RM_FLEXIPORT_TELEMETRY;
|
||||
HwSettingsRM_FlexiPortGet(&hwsettings_flexiport);
|
||||
switch (hwsettings_flexiport) {
|
||||
case HWSETTINGS_RM_FLEXIPORT_DISABLED:
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user