mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 17:25:20 +03:00
fix build error NUCLEOF446RE and CRAZYBEEF3FS
This commit is contained in:
parent
95d3200c92
commit
021e493447
1 changed files with 1 additions and 1 deletions
|
@ -152,8 +152,8 @@ STATIC_UNIT_TESTED bool rxSpiSetProtocol(rx_spi_protocol_e protocol)
|
||||||
protocolDataReceived = sfhssSpiDataReceived;
|
protocolDataReceived = sfhssSpiDataReceived;
|
||||||
protocolSetRcDataFromPayload = sfhssSpiSetRcData;
|
protocolSetRcDataFromPayload = sfhssSpiSetRcData;
|
||||||
break;
|
break;
|
||||||
}
|
|
||||||
#endif
|
#endif
|
||||||
|
}
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue