1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-26 01:35:41 +03:00

Improved MSP initialisation and independence from serial code

This commit is contained in:
Martin Budden 2016-10-24 18:49:08 +01:00
parent bc370c78c6
commit 6aa40846fe
6 changed files with 13 additions and 13 deletions

View file

@ -19,4 +19,5 @@
#include "msp/msp.h"
mspProcessCommandFnPtr mspFcInit(void);
void mspFcInit(void);
mspResult_e mspFcProcessCommand(mspPacket_t *cmd, mspPacket_t *reply, mspPostProcessFnPtr *mspPostProcessFn);