mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 08:15:30 +03:00
CRSF code tidy
This commit is contained in:
parent
c683dcdec9
commit
287a45659d
9 changed files with 50 additions and 45 deletions
|
@ -24,6 +24,6 @@ typedef union mspTxBuffer_u {
|
|||
uint8_t crsfMspTxBuffer[CRSF_MSP_TX_BUF_SIZE];
|
||||
} mspTxBuffer_t;
|
||||
|
||||
void initSharedMsp();
|
||||
void initSharedMsp(void);
|
||||
bool handleMspFrame(uint8_t *frameStart, uint8_t *frameEnd);
|
||||
bool sendMspReply(uint8_t payloadSize, mspResponseFnPtr responseFn);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue