1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-16 21:05:35 +03:00

Fixed SPRACINGF3NEO on maintenance branch. (#8129)

Fixed SPRACINGF3NEO on maintenance branch.
This commit is contained in:
Michael Keller 2019-04-30 22:17:57 +12:00 committed by GitHub
commit ba41995a60
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -68,7 +68,6 @@ static targetSerialPortFunction_t targetSerialPortFunction[] = {
void targetConfiguration(void) void targetConfiguration(void)
{ {
barometerConfigMutable()->baro_hardware = BARO_DEFAULT;
compassConfigMutable()->mag_hardware = MAG_DEFAULT; compassConfigMutable()->mag_hardware = MAG_DEFAULT;
targetSerialPortFunctionConfig(targetSerialPortFunction, ARRAYLEN(targetSerialPortFunction)); targetSerialPortFunctionConfig(targetSerialPortFunction, ARRAYLEN(targetSerialPortFunction));
telemetryConfigMutable()->halfDuplex = true; telemetryConfigMutable()->halfDuplex = true;