mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-20 14:55:21 +03:00
Cleanups
This commit is contained in:
parent
042096fbb7
commit
f58f7f65b1
12 changed files with 94 additions and 91 deletions
|
@ -1778,17 +1778,3 @@ void mspFcInit(void)
|
|||
{
|
||||
initActiveBoxIds();
|
||||
}
|
||||
|
||||
void mspServerPush(mspPacket_t *push, uint8_t *data, int len)
|
||||
{
|
||||
sbuf_t *dst = &push->buf;
|
||||
|
||||
while (len--) {
|
||||
sbufWriteU8(dst, *data++);
|
||||
}
|
||||
}
|
||||
|
||||
mspPushCommandFnPtr mspFcPushInit(void)
|
||||
{
|
||||
return mspServerPush;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue