mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-20 06:45:16 +03:00
Remove shared MSP buffer
This commit is contained in:
parent
fcb3ed4959
commit
5f4ed614f1
5 changed files with 18 additions and 17 deletions
|
@ -20,6 +20,9 @@
|
|||
|
||||
#pragma once
|
||||
|
||||
#define MSP_TLM_INBUF_SIZE 128
|
||||
#define MSP_TLM_OUTBUF_SIZE 128
|
||||
|
||||
// type of function to send MSP response chunk over telemetry.
|
||||
typedef void (*mspResponseFnPtr)(uint8_t *payload, const uint8_t payloadSize);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue