mirror of
https://bitbucket.org/librepilot/librepilot.git
synced 2025-02-20 10:54:14 +01:00
LP-72 Fix for FlexiPort I2C configuration
This commit is contained in:
parent
32e4354e4b
commit
25a95d7ae2
@ -500,7 +500,7 @@ void PIOS_Board_Init(void)
|
||||
|
||||
/* Configure FlexiPort */
|
||||
uint8_t hwsettings_flexiport;
|
||||
HwSettingsRM_FlexiPortGet(&hwsettings_flexiport);
|
||||
HwSettingsSPK2_FlexiPortGet(&hwsettings_flexiport);
|
||||
switch (hwsettings_flexiport) {
|
||||
case HWSETTINGS_SPK2_FLEXIPORT_DISABLED:
|
||||
break;
|
||||
|
Loading…
x
Reference in New Issue
Block a user