mirror of
https://github.com/ArduPilot/ardupilot
synced 2025-02-21 23:33:57 -04:00
AP_RCProtocol: Fixed an explicit initializer to get rid of Qurt compiler warning
This commit is contained in:
parent
45d1a0954e
commit
e4ba4cc885
@ -1304,7 +1304,7 @@ void srxlOnFrameError(uint8_t busIndex)
|
||||
|
||||
SrxlFullID srxlGetTelemetryEndpoint(void)
|
||||
{
|
||||
SrxlFullID retVal = {0};
|
||||
SrxlFullID retVal = {{0}};
|
||||
if(srxlRx.pTelemRcvr)
|
||||
{
|
||||
retVal.deviceID = srxlRx.pTelemRcvr->deviceID;
|
||||
|
Loading…
Reference in New Issue
Block a user