mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-25 17:25:20 +03:00
Fix for Cloud Build and USE_TELEMETRY_GHST
This commit is contained in:
parent
455965aa40
commit
07eea573fd
1 changed files with 2 additions and 0 deletions
|
@ -224,6 +224,7 @@ void ghstScheduleMspResponse(void)
|
||||||
mspReplyPending = true;
|
mspReplyPending = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
#if defined(USE_MSP_OVER_TELEMETRY)
|
||||||
static void ghstSendMspResponse(uint8_t *payload, const uint8_t payloadSize)
|
static void ghstSendMspResponse(uint8_t *payload, const uint8_t payloadSize)
|
||||||
{
|
{
|
||||||
sbuf_t ghstPayloadBuf;
|
sbuf_t ghstPayloadBuf;
|
||||||
|
@ -241,6 +242,7 @@ static void ghstSendMspResponse(uint8_t *payload, const uint8_t payloadSize)
|
||||||
}
|
}
|
||||||
ghstFinalize(dst); // crc
|
ghstFinalize(dst); // crc
|
||||||
}
|
}
|
||||||
|
#endif
|
||||||
|
|
||||||
static void processGhst(void)
|
static void processGhst(void)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue