1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-24 16:55:36 +03:00

Fix for Cloud Build and USE_TELEMETRY_GHST

This commit is contained in:
blckmn 2022-10-31 16:16:57 +11:00
parent 455965aa40
commit 07eea573fd

View file

@ -224,6 +224,7 @@ void ghstScheduleMspResponse(void)
mspReplyPending = true;
}
#if defined(USE_MSP_OVER_TELEMETRY)
static void ghstSendMspResponse(uint8_t *payload, const uint8_t payloadSize)
{
sbuf_t ghstPayloadBuf;
@ -241,6 +242,7 @@ static void ghstSendMspResponse(uint8_t *payload, const uint8_t payloadSize)
}
ghstFinalize(dst); // crc
}
#endif
static void processGhst(void)
{