Fix FortiniF4 and PikoF4 custom settings

This commit is contained in:
Michael Jakob 2017-07-11 07:02:31 +02:00
parent 491ecba4ed
commit 2254148398
2 changed files with 2 additions and 2 deletions

View File

@ -25,6 +25,6 @@
void targetConfiguration(void)
{
telemetryConfigMutable()->telemetry_inverted = false;
telemetryConfigMutable()->halfDuplex = false;
}
#endif

View File

@ -25,6 +25,6 @@
void targetConfiguration(void)
{
telemetryConfigMutable()->telemetry_inverted = false;
telemetryConfigMutable()->halfDuplex = false;
}
#endif