mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 08:15:30 +03:00
Merge pull request #11940 from blckmn/ghst_fix
This commit is contained in:
commit
c5d645b327
1 changed files with 2 additions and 0 deletions
|
@ -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)
|
||||
{
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue