Fix FortiniF4 and PikoF4 custom settings
This commit is contained in:
parent
491ecba4ed
commit
2254148398
|
@ -25,6 +25,6 @@
|
||||||
|
|
||||||
void targetConfiguration(void)
|
void targetConfiguration(void)
|
||||||
{
|
{
|
||||||
telemetryConfigMutable()->telemetry_inverted = false;
|
telemetryConfigMutable()->halfDuplex = false;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -25,6 +25,6 @@
|
||||||
|
|
||||||
void targetConfiguration(void)
|
void targetConfiguration(void)
|
||||||
{
|
{
|
||||||
telemetryConfigMutable()->telemetry_inverted = false;
|
telemetryConfigMutable()->halfDuplex = false;
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue