1
0
Fork 0
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:
Hans Christian Olaussen 2021-12-16 23:42:04 +01:00
parent fcb3ed4959
commit 5f4ed614f1
5 changed files with 18 additions and 17 deletions

View file

@ -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);