mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-23 16:25:31 +03:00
merge
This commit is contained in:
commit
a567bb71d3
1 changed files with 1 additions and 0 deletions
|
@ -69,6 +69,7 @@ extern "C" {
|
||||||
int sbufBytesRemaining(sbuf_t *buf);
|
int sbufBytesRemaining(sbuf_t *buf);
|
||||||
void initSharedMsp();
|
void initSharedMsp();
|
||||||
uint16_t testBatteryVoltage = 0;
|
uint16_t testBatteryVoltage = 0;
|
||||||
|
|
||||||
int32_t testAmperage = 0;
|
int32_t testAmperage = 0;
|
||||||
uint8_t mspTxData[64]; //max frame size
|
uint8_t mspTxData[64]; //max frame size
|
||||||
sbuf_t mspTxDataBuf;
|
sbuf_t mspTxDataBuf;
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue