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:
commit
ba41995a60
1 changed files with 0 additions and 1 deletions
|
@ -68,7 +68,6 @@ static targetSerialPortFunction_t targetSerialPortFunction[] = {
|
|||
|
||||
void targetConfiguration(void)
|
||||
{
|
||||
barometerConfigMutable()->baro_hardware = BARO_DEFAULT;
|
||||
compassConfigMutable()->mag_hardware = MAG_DEFAULT;
|
||||
targetSerialPortFunctionConfig(targetSerialPortFunction, ARRAYLEN(targetSerialPortFunction));
|
||||
telemetryConfigMutable()->halfDuplex = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue